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

svn:r386
This commit is contained in:
Nick Mathewson 2003-08-12 06:45:03 +00:00
parent c82e13f1f5
commit 5c4255595d

View file

@ -10,8 +10,8 @@
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../../orconfig.h" #include "orconfig.h"
#include "./aes.h" #include "aes.h"
#include "util.h" #include "util.h"
/*======================================================================*/ /*======================================================================*/