summaryrefslogtreecommitdiff
path: root/otk/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/property.cc')
-rw-r--r--otk/property.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/otk/property.cc b/otk/property.cc
index 39626911..699dd91b 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -1,19 +1,16 @@
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif // HAVE_CONFIG_H
+#include "config.h"
#include "property.hh"
#include "display.hh"
extern "C" {
#include <X11/Xatom.h>
-
-#include <assert.h>
}
#include <algorithm>
+#include <cassert>
namespace otk {