From f78de74b202cefa087e9d6d1ac62a6d4f0bcf6eb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 26 Dec 2002 18:25:17 +0000 Subject: WooHoo me again ;) I took out the following from the includes in the intern dir that still had it: -#ifdef HAVE_CONFIG_H -#include -#endif Kent -- mein@cs.umn.edu --- intern/ghost/GHOST_C-api.h | 4 ---- intern/ghost/GHOST_IEvent.h | 4 ---- intern/ghost/GHOST_IEventConsumer.h | 4 ---- intern/ghost/GHOST_ISystem.h | 4 ---- intern/ghost/GHOST_ITimerTask.h | 4 ---- intern/ghost/GHOST_IWindow.h | 4 ---- intern/ghost/GHOST_Rect.h | 4 ---- intern/ghost/GHOST_Types.h | 4 ---- intern/ghost/intern/GHOST_Buttons.h | 4 ---- intern/ghost/intern/GHOST_CallbackEventConsumer.h | 4 ---- intern/ghost/intern/GHOST_Debug.h | 4 ---- intern/ghost/intern/GHOST_DisplayManager.h | 4 ---- intern/ghost/intern/GHOST_DisplayManagerCarbon.h | 4 ---- intern/ghost/intern/GHOST_DisplayManagerWin32.h | 4 ---- intern/ghost/intern/GHOST_DisplayManagerX11.h | 4 ---- intern/ghost/intern/GHOST_Event.h | 4 ---- intern/ghost/intern/GHOST_EventButton.h | 4 ---- intern/ghost/intern/GHOST_EventCursor.h | 4 ---- intern/ghost/intern/GHOST_EventKey.h | 4 ---- intern/ghost/intern/GHOST_EventManager.h | 4 ---- intern/ghost/intern/GHOST_EventPrinter.h | 4 ---- intern/ghost/intern/GHOST_ModifierKeys.h | 4 ---- intern/ghost/intern/GHOST_System.h | 4 ---- intern/ghost/intern/GHOST_SystemCarbon.h | 4 ---- intern/ghost/intern/GHOST_SystemCocoa.h | 4 ---- intern/ghost/intern/GHOST_SystemWin32.h | 4 ---- intern/ghost/intern/GHOST_SystemX11.h | 4 ---- intern/ghost/intern/GHOST_TimerManager.h | 4 ---- intern/ghost/intern/GHOST_TimerTask.h | 4 ---- intern/ghost/intern/GHOST_Window.h | 4 ---- intern/ghost/intern/GHOST_WindowCarbon.h | 4 ---- intern/ghost/intern/GHOST_WindowManager.h | 4 ---- intern/ghost/intern/GHOST_WindowWin32.h | 4 ---- intern/ghost/intern/GHOST_WindowX11.h | 4 ---- intern/ghost/test/multitest/Basic.h | 5 ----- intern/ghost/test/multitest/EventToBuf.h | 5 ----- intern/ghost/test/multitest/GL.h | 4 ---- intern/ghost/test/multitest/ScrollBar.h | 4 ---- intern/ghost/test/multitest/Util.h | 4 ---- intern/ghost/test/multitest/WindowData.h | 5 ----- 40 files changed, 163 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 528e3ac6e70..2574b84e51c 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -34,10 +34,6 @@ #include "GHOST_Types.h" -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif diff --git a/intern/ghost/GHOST_IEvent.h b/intern/ghost/GHOST_IEvent.h index d47e5448dba..eb60b5d2e53 100644 --- a/intern/ghost/GHOST_IEvent.h +++ b/intern/ghost/GHOST_IEvent.h @@ -40,10 +40,6 @@ #ifndef _GHOST_IEVENT_H_ #define _GHOST_IEVENT_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" class GHOST_IWindow; diff --git a/intern/ghost/GHOST_IEventConsumer.h b/intern/ghost/GHOST_IEventConsumer.h index f4fe85c06a9..ddb3de99953 100644 --- a/intern/ghost/GHOST_IEventConsumer.h +++ b/intern/ghost/GHOST_IEventConsumer.h @@ -40,10 +40,6 @@ #ifndef _GHOST_IEVENT_CONSUMER_H_ #define _GHOST_IEVENT_CONSUMER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_IEvent.h" /** diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index ef01eb5d8bd..56c32ee870a 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -40,10 +40,6 @@ #ifndef _GHOST_ISYSTEM_H_ #define _GHOST_ISYSTEM_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" #include "GHOST_ITimerTask.h" #include "GHOST_IWindow.h" diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h index ea8d73e8cc1..a9adb447ee2 100644 --- a/intern/ghost/GHOST_ITimerTask.h +++ b/intern/ghost/GHOST_ITimerTask.h @@ -40,10 +40,6 @@ #ifndef _GHOST_ITIMER_TASK_H_ #define _GHOST_ITIMER_TASK_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h index a3e5bd0e788..ee576230890 100644 --- a/intern/ghost/GHOST_IWindow.h +++ b/intern/ghost/GHOST_IWindow.h @@ -40,10 +40,6 @@ #ifndef _GHOST_IWINDOW_H_ #define _GHOST_IWINDOW_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "STR_String.h" #include "GHOST_Rect.h" #include "GHOST_Types.h" diff --git a/intern/ghost/GHOST_Rect.h b/intern/ghost/GHOST_Rect.h index 22611516000..fdf88697d94 100644 --- a/intern/ghost/GHOST_Rect.h +++ b/intern/ghost/GHOST_Rect.h @@ -40,10 +40,6 @@ #ifndef _H_GHOST_Rect #define _H_GHOST_Rect -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h index 7362a26d52c..b48e8f2054c 100644 --- a/intern/ghost/GHOST_Types.h +++ b/intern/ghost/GHOST_Types.h @@ -40,10 +40,6 @@ #ifndef _GHOST_TYPES_H_ #define _GHOST_TYPES_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef char GHOST_TInt8; typedef unsigned char GHOST_TUns8; typedef short GHOST_TInt16; diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h index c1c41566c26..d803ace4352 100644 --- a/intern/ghost/intern/GHOST_Buttons.h +++ b/intern/ghost/intern/GHOST_Buttons.h @@ -40,10 +40,6 @@ #ifndef _GHOST_BUTTONS_H_ #define _GHOST_BUTTONS_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.h b/intern/ghost/intern/GHOST_CallbackEventConsumer.h index 41dfd187fee..bdbbb7d7fea 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.h +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.h @@ -40,10 +40,6 @@ #ifndef _GHOST_CALLBACK_EVENT_CONSUMER_H_ #define _GHOST_CALLBACK_EVENT_CONSUMER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_IEventConsumer.h" #include "GHOST_C-api.h" diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index cf351a24b78..b63aaedfdec 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -40,10 +40,6 @@ #ifndef _GHOST_DEBUG_H_ #define _GHOST_DEBUG_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef WIN32 #ifdef _DEBUG #pragma warning (disable:4786) // suppress stl-MSVC debug info warning diff --git a/intern/ghost/intern/GHOST_DisplayManager.h b/intern/ghost/intern/GHOST_DisplayManager.h index 645274d4bcd..a206243df79 100644 --- a/intern/ghost/intern/GHOST_DisplayManager.h +++ b/intern/ghost/intern/GHOST_DisplayManager.h @@ -40,10 +40,6 @@ #ifndef _GHOST_DISPLAY_MANAGER_H_ #define _GHOST_DISPLAY_MANAGER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" #ifdef WIN32 diff --git a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h index b5b6dc05e94..644761f5c2a 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerCarbon.h +++ b/intern/ghost/intern/GHOST_DisplayManagerCarbon.h @@ -40,10 +40,6 @@ #ifndef _GHOST_DISPLAY_MANAGER_CARBON_H_ #define _GHOST_DISPLAY_MANAGER_CARBON_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef __APPLE__ #error Apple only! #endif // __APPLE__ diff --git a/intern/ghost/intern/GHOST_DisplayManagerWin32.h b/intern/ghost/intern/GHOST_DisplayManagerWin32.h index 7eca752cea1..93be57c72cd 100644 --- a/intern/ghost/intern/GHOST_DisplayManagerWin32.h +++ b/intern/ghost/intern/GHOST_DisplayManagerWin32.h @@ -40,10 +40,6 @@ #ifndef _GHOST_DISPLAY_MANAGER_WIN32_H_ #define _GHOST_DISPLAY_MANAGER_WIN32_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef WIN32 #error WIN32 only! #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.h b/intern/ghost/intern/GHOST_DisplayManagerX11.h index d74e54ce7ab..c6babfc6b02 100755 --- a/intern/ghost/intern/GHOST_DisplayManagerX11.h +++ b/intern/ghost/intern/GHOST_DisplayManagerX11.h @@ -40,10 +40,6 @@ #ifndef _GHOST_DISPLAY_MANAGER_X11_H_ #define _GHOST_DISPLAY_MANAGER_X11_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_DisplayManager.h" diff --git a/intern/ghost/intern/GHOST_Event.h b/intern/ghost/intern/GHOST_Event.h index 481a7dc8ddf..05c133cb332 100644 --- a/intern/ghost/intern/GHOST_Event.h +++ b/intern/ghost/intern/GHOST_Event.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_H_ #define _GHOST_EVENT_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_IEvent.h" diff --git a/intern/ghost/intern/GHOST_EventButton.h b/intern/ghost/intern/GHOST_EventButton.h index 0514e958418..013aa92e2fb 100644 --- a/intern/ghost/intern/GHOST_EventButton.h +++ b/intern/ghost/intern/GHOST_EventButton.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_BUTTON_H_ #define _GHOST_EVENT_BUTTON_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Event.h" /** diff --git a/intern/ghost/intern/GHOST_EventCursor.h b/intern/ghost/intern/GHOST_EventCursor.h index 592fba4f5af..5d14e289715 100644 --- a/intern/ghost/intern/GHOST_EventCursor.h +++ b/intern/ghost/intern/GHOST_EventCursor.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_CURSOR_H_ #define _GHOST_EVENT_CURSOR_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Event.h" /** diff --git a/intern/ghost/intern/GHOST_EventKey.h b/intern/ghost/intern/GHOST_EventKey.h index 5db60da23fa..d31ba845426 100644 --- a/intern/ghost/intern/GHOST_EventKey.h +++ b/intern/ghost/intern/GHOST_EventKey.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_KEY_H_ #define _GHOST_EVENT_KEY_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Event.h" /** diff --git a/intern/ghost/intern/GHOST_EventManager.h b/intern/ghost/intern/GHOST_EventManager.h index 5b9f13d314c..7f955eb42df 100644 --- a/intern/ghost/intern/GHOST_EventManager.h +++ b/intern/ghost/intern/GHOST_EventManager.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_MANAGER_H_ #define _GHOST_EVENT_MANAGER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef WIN32 #pragma warning (disable:4786) // suppress stl-MSVC debug info warning #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_EventPrinter.h b/intern/ghost/intern/GHOST_EventPrinter.h index 70208f0a5dc..a943742026d 100644 --- a/intern/ghost/intern/GHOST_EventPrinter.h +++ b/intern/ghost/intern/GHOST_EventPrinter.h @@ -40,10 +40,6 @@ #ifndef _GHOST_EVENT_PRINTER_H_ #define _GHOST_EVENT_PRINTER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_IEventConsumer.h" #include "STR_String.h" diff --git a/intern/ghost/intern/GHOST_ModifierKeys.h b/intern/ghost/intern/GHOST_ModifierKeys.h index 19ffd192f45..6b1e3c2e970 100644 --- a/intern/ghost/intern/GHOST_ModifierKeys.h +++ b/intern/ghost/intern/GHOST_ModifierKeys.h @@ -40,10 +40,6 @@ #ifndef _GHOST_MODIFIER_KEYS_H_ #define _GHOST_MODIFIER_KEYS_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Types.h" struct GHOST_ModifierKeys diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h index 3c763b8d230..533665b6671 100644 --- a/intern/ghost/intern/GHOST_System.h +++ b/intern/ghost/intern/GHOST_System.h @@ -40,10 +40,6 @@ #ifndef _GHOST_SYSTEM_H_ #define _GHOST_SYSTEM_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_ISystem.h" #include "GHOST_Debug.h" diff --git a/intern/ghost/intern/GHOST_SystemCarbon.h b/intern/ghost/intern/GHOST_SystemCarbon.h index f76fd5a98b8..b8316a2d46c 100644 --- a/intern/ghost/intern/GHOST_SystemCarbon.h +++ b/intern/ghost/intern/GHOST_SystemCarbon.h @@ -46,10 +46,6 @@ #include -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_System.h" class GHOST_EventCursor; diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h index 563f88d3f7d..96199af6346 100644 --- a/intern/ghost/intern/GHOST_SystemCocoa.h +++ b/intern/ghost/intern/GHOST_SystemCocoa.h @@ -40,10 +40,6 @@ #ifndef _GHOST_SYSTEM_CARBON_H_ #define _GHOST_SYSTEM_CARBON_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef __APPLE__ #error Apple OSX only! #endif // __APPLE__ diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index 2e16cda2454..f38a104de3d 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -40,10 +40,6 @@ #ifndef _GHOST_SYSTEM_WIN32_H_ #define _GHOST_SYSTEM_WIN32_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef WIN32 #error WIN32 only! #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_SystemX11.h b/intern/ghost/intern/GHOST_SystemX11.h index 54b0f7874d1..ae828a9d4da 100755 --- a/intern/ghost/intern/GHOST_SystemX11.h +++ b/intern/ghost/intern/GHOST_SystemX11.h @@ -43,10 +43,6 @@ #include #include -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_System.h" #include "../GHOST_Types.h" diff --git a/intern/ghost/intern/GHOST_TimerManager.h b/intern/ghost/intern/GHOST_TimerManager.h index bfd15925b4b..fe843442661 100644 --- a/intern/ghost/intern/GHOST_TimerManager.h +++ b/intern/ghost/intern/GHOST_TimerManager.h @@ -40,10 +40,6 @@ #ifndef _GHOST_TIMER_MANAGER_H_ #define _GHOST_TIMER_MANAGER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef WIN32 #pragma warning (disable:4786) // suppress stl-MSVC debug info warning #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_TimerTask.h b/intern/ghost/intern/GHOST_TimerTask.h index a973b644bca..bbcb75f4dcd 100644 --- a/intern/ghost/intern/GHOST_TimerTask.h +++ b/intern/ghost/intern/GHOST_TimerTask.h @@ -40,10 +40,6 @@ #ifndef _GHOST_TIMER_TASK_H_ #define _GHOST_TIMER_TASK_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_ITimerTask.h" diff --git a/intern/ghost/intern/GHOST_Window.h b/intern/ghost/intern/GHOST_Window.h index 9db19100409..2947f94802b 100644 --- a/intern/ghost/intern/GHOST_Window.h +++ b/intern/ghost/intern/GHOST_Window.h @@ -40,10 +40,6 @@ #ifndef _GHOST_WINDOW_H_ #define _GHOST_WINDOW_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_IWindow.h" class STR_String; diff --git a/intern/ghost/intern/GHOST_WindowCarbon.h b/intern/ghost/intern/GHOST_WindowCarbon.h index 2083d479649..8fb4663b3df 100644 --- a/intern/ghost/intern/GHOST_WindowCarbon.h +++ b/intern/ghost/intern/GHOST_WindowCarbon.h @@ -40,10 +40,6 @@ #ifndef _GHOST_WINDOW_CARBON_H_ #define _GHOST_WINDOW_CARBON_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef __APPLE__ #error Apple OSX only! #endif // __APPLE__ diff --git a/intern/ghost/intern/GHOST_WindowManager.h b/intern/ghost/intern/GHOST_WindowManager.h index 3f01b10dd1c..f5af43e5cdc 100644 --- a/intern/ghost/intern/GHOST_WindowManager.h +++ b/intern/ghost/intern/GHOST_WindowManager.h @@ -40,10 +40,6 @@ #ifndef _GHOST_WINDOW_MANAGER_H_ #define _GHOST_WINDOW_MANAGER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef WIN32 #pragma warning (disable:4786) // suppress stl-MSVC debug info warning #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index 6af8ea0df41..2663869ea47 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -40,10 +40,6 @@ #ifndef _GHOST_WINDOW_WIN32_H_ #define _GHOST_WINDOW_WIN32_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #ifndef WIN32 #error WIN32 only! #endif // WIN32 diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h index 026253faa8d..5a56a9a82e9 100755 --- a/intern/ghost/intern/GHOST_WindowX11.h +++ b/intern/ghost/intern/GHOST_WindowX11.h @@ -40,10 +40,6 @@ #ifndef _GHOST_WINDOWX11_H_ #define _GHOST_WINDOWX11_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "GHOST_Window.h" #include #include diff --git a/intern/ghost/test/multitest/Basic.h b/intern/ghost/test/multitest/Basic.h index f3cd424a37a..94fb0cdfc17 100644 --- a/intern/ghost/test/multitest/Basic.h +++ b/intern/ghost/test/multitest/Basic.h @@ -29,11 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - - int min_i (int a, int b); int max_i (int a, int b); diff --git a/intern/ghost/test/multitest/EventToBuf.h b/intern/ghost/test/multitest/EventToBuf.h index 2e93d946f56..0324af1f73f 100644 --- a/intern/ghost/test/multitest/EventToBuf.h +++ b/intern/ghost/test/multitest/EventToBuf.h @@ -29,11 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - char *eventtype_to_string(GHOST_TEventType type); - void event_to_buf(GHOST_EventHandle evt, char buf[128]); diff --git a/intern/ghost/test/multitest/GL.h b/intern/ghost/test/multitest/GL.h index 7aa21093fae..7a96ae9e9f8 100644 --- a/intern/ghost/test/multitest/GL.h +++ b/intern/ghost/test/multitest/GL.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - #if defined(WIN32) || defined(__APPLE__) #ifdef WIN32 diff --git a/intern/ghost/test/multitest/ScrollBar.h b/intern/ghost/test/multitest/ScrollBar.h index 809afa5dad8..b49ad041415 100644 --- a/intern/ghost/test/multitest/ScrollBar.h +++ b/intern/ghost/test/multitest/ScrollBar.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef struct _ScrollBar ScrollBar; diff --git a/intern/ghost/test/multitest/Util.h b/intern/ghost/test/multitest/Util.h index 18a81939d2c..e3e51824515 100644 --- a/intern/ghost/test/multitest/Util.h +++ b/intern/ghost/test/multitest/Util.h @@ -29,10 +29,6 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - void* memdbl (void *mem, int *size_pr, int item_size); char* string_dup (char *str); diff --git a/intern/ghost/test/multitest/WindowData.h b/intern/ghost/test/multitest/WindowData.h index 7d2ca67212a..10a1ca710f2 100644 --- a/intern/ghost/test/multitest/WindowData.h +++ b/intern/ghost/test/multitest/WindowData.h @@ -29,12 +29,7 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt); - typedef struct _WindowData WindowData; /***/ -- cgit v1.2.3