From: Nick Mathewson Date: Tue, 12 Aug 2003 06:45:03 +0000 (+0000) Subject: Dont use explicit paths for orconfig.h -- it messes up the windows build X-Git-Tag: tor-0.0.2pre8~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c4255595d571dd688d666fe86a34c8f418ef1d3;p=thirdparty%2Ftor.git Dont use explicit paths for orconfig.h -- it messes up the windows build svn:r386 --- diff --git a/src/common/aes.c b/src/common/aes.c index aa834fdb1d..037d7b3061 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -10,8 +10,8 @@ #include #include #include -#include "../../orconfig.h" -#include "./aes.h" +#include "orconfig.h" +#include "aes.h" #include "util.h" /*======================================================================*/