summaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/DesktopWindow.cxx')
-rw-r--r--vncviewer/DesktopWindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx
index 456e372f..859d2b63 100644
--- a/vncviewer/DesktopWindow.cxx
+++ b/vncviewer/DesktopWindow.cxx
@@ -21,9 +21,6 @@
#include <stdio.h>
#include <string.h>
-#include <FL/Fl_Scroll.H>
-#include <FL/x.H>
-
#include <rfb/LogWriter.h>
#include "DesktopWindow.h"
@@ -31,6 +28,9 @@
#include "i18n.h"
#include "parameters.h"
+#include <FL/Fl_Scroll.H>
+#include <FL/x.H>
+
#ifdef WIN32
#include "win32.h"
#endif