diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 15:32:53 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 15:32:53 (GMT) |
commit | 04cd2fd14c6f45f61457e034906f630ce46a76cc (patch) | |
tree | 67e2f2f7977c3e8525c2ae7eb30f593f7f440b82 /src/FbTk/FbString.cc | |
parent | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (diff) | |
download | fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.zip fluxbox-04cd2fd14c6f45f61457e034906f630ce46a76cc.tar.bz2 |
removed some unneeded headers
Diffstat (limited to 'src/FbTk/FbString.cc')
-rw-r--r-- | src/FbTk/FbString.cc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/FbTk/FbString.cc b/src/FbTk/FbString.cc index 7ee1b5f..e804542 100644 --- a/src/FbTk/FbString.cc +++ b/src/FbTk/FbString.cc | |||
@@ -20,7 +20,9 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id$ | 23 | // $Id$ |
24 | |||
25 | #include "FbString.hh" | ||
24 | 26 | ||
25 | #ifdef HAVE_CERRNO | 27 | #ifdef HAVE_CERRNO |
26 | #include <cerrno> | 28 | #include <cerrno> |
@@ -38,14 +40,8 @@ | |||
38 | #include <stdlib.h> | 40 | #include <stdlib.h> |
39 | #endif | 41 | #endif |
40 | 42 | ||
41 | #include "FbString.hh" | ||
42 | #include "config.h" | ||
43 | |||
44 | #include <stdio.h> | 43 | #include <stdio.h> |
45 | 44 | ||
46 | #ifdef HAVE_ICONV | ||
47 | #include <iconv.h> | ||
48 | #endif // HAVE_ICONV | ||
49 | #include <langinfo.h> | 45 | #include <langinfo.h> |
50 | #include <locale.h> | 46 | #include <locale.h> |
51 | 47 | ||