Rename macros.h to hookmacros.h.

This commit is contained in:
Simon Ruderich
2013-05-31 18:36:21 +02:00
parent abc3d7889f
commit 6d15f6c990
3 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ lib_LTLIBRARIES = libcoloredstderr.la
libcoloredstderr_la_SOURCES = coloredstderr.c \
constants.h \
debug.h \
hookmacros.h \
ldpreload.h \
macros.h \
trackfds.h

View File

@@ -49,7 +49,7 @@ static size_t (*real_fwrite)(const void *, size_t, size_t, FILE *);
# include "debug.h"
#endif
#include "macros.h"
#include "hookmacros.h"
#include "trackfds.h"