Kill extraneous x from 907db008ab

Looks like clang doesn't complain about this kind of thing.

Spotted by Andrea.  Bug not in any released version.
This commit is contained in:
Nick Mathewson 2012-10-22 14:28:37 -04:00
parent 86258df65d
commit fa6a65756f

View File

@ -27,7 +27,7 @@
#include "dirserv.h"
#include "dirvote.h"
#include "dns.h"
#include "entrynodes.h"x
#include "entrynodes.h"
#include "geoip.h"
#include "hibernate.h"
#include "main.h"