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_WindowX11.cpp')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp
index 349b11728bd..3bece605d45 100644
--- a/intern/ghost/intern/GHOST_WindowX11.cpp
+++ b/intern/ghost/intern/GHOST_WindowX11.cpp
@@ -22,18 +22,18 @@
*/
/* For standard X11 cursors */
-#include <X11/cursorfont.h>
#include <X11/Xatom.h>
-#include <X11/Xutil.h>
#include <X11/Xmd.h>
+#include <X11/Xutil.h>
+#include <X11/cursorfont.h>
#ifdef WITH_X11_ALPHA
# include <X11/extensions/Xrender.h>
#endif
-#include "GHOST_WindowX11.h"
-#include "GHOST_SystemX11.h"
+#include "GHOST_Debug.h"
#include "GHOST_IconX11.h"
+#include "GHOST_SystemX11.h"
+#include "GHOST_WindowX11.h"
#include "STR_String.h"
-#include "GHOST_Debug.h"
#ifdef WITH_XDND
# include "GHOST_DropTargetX11.h"
@@ -54,15 +54,15 @@
// For DPI value
#include <X11/Xresource.h>
-#include <cstring>
#include <cstdio>
+#include <cstring>
/* gethostname */
#include <unistd.h>
#include <algorithm>
-#include <string>
#include <math.h>
+#include <string>
/* For obscure full screen mode stuff
* lifted verbatim from blut. */