From 7e02f67952a98493e1b216e898624fbff5be518f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 12 Aug 2003 06:45:03 +0000 Subject: [PATCH] Dont use explicit paths for orconfig.h -- it messes up the windows build svn:r386 --- trunk/src/common/aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/common/aes.c b/trunk/src/common/aes.c index aa834fdb1d..037d7b3061 100644 --- a/trunk/src/common/aes.c +++ b/trunk/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" /*======================================================================*/