diff options
author | mathias <mathias> | 2007-04-17 07:52:40 (GMT) |
---|---|---|
committer | mathias <mathias> | 2007-04-17 07:52:40 (GMT) |
commit | 6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa (patch) | |
tree | 13906ff4f8b3beee31b866695f742971407ee795 /src/Keys.cc | |
parent | 20a339fc066e5580777ea17f22bec8fde0e817dd (diff) | |
download | fluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.zip fluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.tar.bz2 |
basicly cosmetic changes, patch by slava semushin
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Keys.cc b/src/Keys.cc index 97a83bf..fd96fe8 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -39,9 +39,11 @@ | |||
39 | #endif // HAVE_CONFIG_H | 39 | #endif // HAVE_CONFIG_H |
40 | 40 | ||
41 | 41 | ||
42 | #ifdef HAVE_CTYPE_H | 42 | #ifdef HAVE_CCTYPE |
43 | #include <ctype.h> | 43 | #include <cctype> |
44 | #endif // HAVE_CTYPE_H | 44 | #else |
45 | #include <ctype.h> | ||
46 | #endif // HAVE_CCTYPE | ||
45 | 47 | ||
46 | #ifdef HAVE_CSTDIO | 48 | #ifdef HAVE_CSTDIO |
47 | #include <cstdio> | 49 | #include <cstdio> |