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 <stdlib.h>
#include <string.h>
#include "../../orconfig.h"
#include "./aes.h"
#include "orconfig.h"
#include "aes.h"
#include "util.h"
/*======================================================================*/