summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.hh b/src/frame.hh
index 5e7ba927..f1632981 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -9,14 +9,14 @@ extern "C" {
#include <X11/Xlib.h>
}
-#include <string>
-
#include "client.hh"
#include "otk/strut.hh"
#include "otk/rect.hh"
#include "otk/screeninfo.hh"
#include "otk/style.hh"
+#include <string>
+
namespace ob {
//! Holds and decorates a frame around an OBClient (client window)