mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-15 16:11:14 +00:00
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:
parent
74e05740a6
commit
7fd96e2a23
3 changed files with 5 additions and 10 deletions
|
@ -21,7 +21,6 @@ Performance_OBJC_FILES += \
|
|||
|
||||
|
||||
Performance_HEADER_FILES += \
|
||||
Performance.h \
|
||||
GSCache.h \
|
||||
GSThroughput.h \
|
||||
GSTicker.h \
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I..
|
||||
# ADDITIONAL_INCLUDE_DIRS +=
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
# ADDITIONAL_LDFLAGS +=
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -23,11 +23,7 @@
|
|||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#ifndef __Performance_h__
|
||||
#define __Performance_h__
|
||||
#include "GSCache.h"
|
||||
#include "GSThroughput.h"
|
||||
#include "GSTicker.h"
|
||||
|
||||
#include <Performance/GSCache.h>
|
||||
#include <Performance/GSThroughput.h>
|
||||
#include <Performance/GSTicker.h>
|
||||
|
||||
#endif /* __Performance_h__ */
|
||||
|
|
Loading…
Reference in a new issue