diff options
author | fluxgen <fluxgen> | 2002-08-15 11:19:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-15 11:19:21 (GMT) |
commit | 04169d609d8ca859ca83d39ede0b32ed5170232d (patch) | |
tree | 0373b4dbc92bb4b4210e69f7a5788d2377b6a4af /util/bsetroot.hh | |
parent | 1660aeb26881e5ccabcf216736c560af25186273 (diff) | |
download | fluxbox-04169d609d8ca859ca83d39ede0b32ed5170232d.zip fluxbox-04169d609d8ca859ca83d39ede0b32ed5170232d.tar.bz2 |
changed order of includes
Diffstat (limited to 'util/bsetroot.hh')
-rw-r--r-- | util/bsetroot.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/bsetroot.hh b/util/bsetroot.hh index bf55015..41d298b 100644 --- a/util/bsetroot.hh +++ b/util/bsetroot.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef __bsetroot2_hh | 1 | #ifndef BSETROOT_HH |
2 | #define __bsetroot2_hh | 2 | #define BSETROOT_HH |
3 | 3 | ||
4 | #include "../src/BaseDisplay.hh" | 4 | #include "../src/BaseDisplay.hh" |
5 | #include "../src/Image.hh" | 5 | #include "../src/Image.hh" |
@@ -30,4 +30,4 @@ protected: | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | 32 | ||
33 | #endif // __bsetroot2_hh | 33 | #endif // BSETROOT_HH |