diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-09 23:07:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-09 23:07:54 +0000 |
| commit | 115fedf432d73f17ade48eaa2fa12dfd333bfcaa (patch) | |
| tree | 9cc7cce7b1f627457813d5d9dbf7b121164a0446 /otk/property.cc | |
| parent | 74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 (diff) | |
use the c++ std cheaders
Diffstat (limited to 'otk/property.cc')
| -rw-r--r-- | otk/property.cc | 7 |
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 { |
