Simplified header amnagement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@22009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-11-14 21:24:17 +00:00
parent 74e05740a6
commit 7fd96e2a23
3 changed files with 5 additions and 10 deletions

View file

@ -21,7 +21,6 @@ Performance_OBJC_FILES += \
Performance_HEADER_FILES += \ Performance_HEADER_FILES += \
Performance.h \
GSCache.h \ GSCache.h \
GSThroughput.h \ GSThroughput.h \
GSTicker.h \ GSTicker.h \

View file

@ -21,7 +21,7 @@
# ADDITIONAL_CFLAGS += # ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search # Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I.. # ADDITIONAL_INCLUDE_DIRS +=
# Additional LDFLAGS to pass to the linker # Additional LDFLAGS to pass to the linker
# ADDITIONAL_LDFLAGS += # ADDITIONAL_LDFLAGS +=

View file

@ -1,5 +1,5 @@
/* /*
Global include file for the GNUstep Performance Library. JIGS include file for the GNUstep Performance Library.
Copyright (C) 2005 Free Software Foundation, Inc. Copyright (C) 2005 Free Software Foundation, Inc.
@ -23,11 +23,7 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
*/ */
#ifndef __Performance_h__ #include "GSCache.h"
#define __Performance_h__ #include "GSThroughput.h"
#include "GSTicker.h"
#include <Performance/GSCache.h>
#include <Performance/GSThroughput.h>
#include <Performance/GSTicker.h>
#endif /* __Performance_h__ */