Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/intern/GHOST_System.cpp')
-rw-r--r--intern/ghost/intern/GHOST_System.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp
index 12096d65240..97704435f04 100644
--- a/intern/ghost/intern/GHOST_System.cpp
+++ b/intern/ghost/intern/GHOST_System.cpp
@@ -23,13 +23,13 @@
#include "GHOST_System.h"
-#include <time.h>
#include <stdio.h> /* just for printf */
+#include <time.h>
#include "GHOST_DisplayManager.h"
#include "GHOST_EventManager.h"
-#include "GHOST_TimerTask.h"
#include "GHOST_TimerManager.h"
+#include "GHOST_TimerTask.h"
#include "GHOST_WindowManager.h"
#ifdef WITH_INPUT_NDOF