summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-04 04:02:46 +0000
committerDana Jansens <danakj@orodu.net>2002-12-04 04:02:46 +0000
commit24924367f9486b29b8b9fd024781ccb5f9e0e276 (patch)
tree9510c0937bd0400a646136a5ae59f78bf322229e /src/openbox.hh
parentfa05dc56ea0bf29100efd2cb4399d8f4818f73e7 (diff)
put a header where it belongs
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index c810057f..75a3a2e0 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -24,11 +24,11 @@ extern "C" {
#include "otk/configuration.hh"
#include "otk/eventdispatcher.hh"
#include "otk/eventhandler.hh"
-#include "client.hh"
namespace ob {
class OBScreen;
+class OBClient;
//! The main class for the Openbox window manager.
/*!