Browse Source

Dont use explicit paths for orconfig.h -- it messes up the windows build

svn:r386
Nick Mathewson 22 years ago
parent
commit
5c4255595d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/aes.c

+ 2 - 2
src/common/aes.c

@@ -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"
 
 /*======================================================================*/