r14093@catbus: nickm | 2007-08-08 01:49:54 -0400

Include fewer redundant headers; use the compiler search paths better.


svn:r11060
This commit is contained in:
Nick Mathewson
2007-08-08 05:50:31 +00:00
parent 50f5f63678
commit 3fc04529d4
19 changed files with 56 additions and 60 deletions
+2
View File
@@ -1,3 +1,5 @@
CPPFLAGS += -I../common
bin_PROGRAMS = tor-resolve tor-gencert
tor_resolve_SOURCES = tor-resolve.c
+4 -4
View File
@@ -27,10 +27,10 @@
#define CRYPTO_PRIVATE
#include "../common/compat.h"
#include "../common/util.h"
#include "../common/log.h"
#include "../common/crypto.h"
#include "compat.h"
#include "util.h"
#include "log.h"
#include "crypto.h"
#define IDENTITY_KEY_BITS 3072
#define SIGNING_KEY_BITS 1024
+3 -3
View File
@@ -4,9 +4,9 @@
#include "orconfig.h"
#include "../common/compat.h"
#include "../common/util.h"
#include "../common/log.h"
#include "compat.h"
#include "util.h"
#include "log.h"
#include <stdio.h>
#include <stdlib.h>