]> Dogcows Code - chaz/openbox/blobdiff - src/actions.cc
use the c++ std cheaders
[chaz/openbox] / src / actions.cc
index bb5088e92447e23d9b1da283e90e1f835247a51a..3eb292158bf257f0a908a2587d73e03953e96b62 100644 (file)
@@ -1,8 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif
+#include "config.h"
 
 #include "actions.hh"
 #include "openbox.hh"
@@ -13,7 +11,7 @@
 #include "bindings.hh"
 #include "otk/display.hh"
 
-#include <stdio.h>
+#include <cstdio>
 #include <algorithm>
 
 namespace ob {
This page took 0.024121 seconds and 4 git commands to generate.