]> Dogcows Code - chaz/openbox/blobdiff - otk/property.cc
use the c++ std cheaders
[chaz/openbox] / otk / property.cc
index 39626911da9976dfd0b9a01e9da9bf86a3e3d14a..699dd91b36a5e73b2fe93ada7085198eb6ad0ab1 100644 (file)
@@ -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 {
 
This page took 0.021022 seconds and 4 git commands to generate.