]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Dont use explicit paths for orconfig.h -- it messes up the windows build
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Aug 2003 06:45:03 +0000 (06:45 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Aug 2003 06:45:03 +0000 (06:45 +0000)
svn:r386

src/common/aes.c

index aa834fdb1dc4fc02a600bd98853434d7fd28c1b3..037d7b3061e3335ef3e3f76e5bc92bf5a72929ba 100644 (file)
@@ -10,8 +10,8 @@
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
-#include "../../orconfig.h"
-#include "./aes.h"
+#include "orconfig.h"
+#include "aes.h"
 #include "util.h"
 
 /*======================================================================*/