summaryrefslogtreecommitdiff
path: root/src/actions.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
committerDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
commit115fedf432d73f17ade48eaa2fa12dfd333bfcaa (patch)
tree9cc7cce7b1f627457813d5d9dbf7b121164a0446 /src/actions.cc
parent74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 (diff)
use the c++ std cheaders
Diffstat (limited to 'src/actions.cc')
-rw-r--r--src/actions.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/actions.cc b/src/actions.cc
index bb5088e9..3eb29215 100644
--- a/src/actions.cc
+++ b/src/actions.cc
@@ -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 {