diff options
author | fluxgen <fluxgen> | 2002-01-07 23:42:25 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-07 23:42:25 (GMT) |
commit | 472602d2bc2dc6e63ce260549068b765ef615d8f (patch) | |
tree | c1f0b41985520ae27ea907775ce3f17903c1ea5d /src | |
parent | 02e6d0ecab1975ebe603319386ef39b73a73a4c6 (diff) | |
download | fluxbox-472602d2bc2dc6e63ce260549068b765ef615d8f.zip fluxbox-472602d2bc2dc6e63ce260549068b765ef615d8f.tar.bz2 |
Changed some header filenames
Diffstat (limited to 'src')
-rw-r--r-- | src/DrawUtil.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DrawUtil.cc b/src/DrawUtil.cc index 0445295..4f8a02d 100644 --- a/src/DrawUtil.cc +++ b/src/DrawUtil.cc | |||
@@ -18,7 +18,7 @@ | |||
18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | 18 | // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | // $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ | 21 | // $Id: DrawUtil.cc,v 1.3 2002/01/07 23:42:25 fluxgen Exp $ |
22 | 22 | ||
23 | #ifdef HAVE_CONFIG_H | 23 | #ifdef HAVE_CONFIG_H |
24 | # include "config.h" | 24 | # include "config.h" |
@@ -28,9 +28,9 @@ | |||
28 | #include "StringUtil.hh" | 28 | #include "StringUtil.hh" |
29 | #include "i18n.hh" | 29 | #include "i18n.hh" |
30 | 30 | ||
31 | #include <stdlib.h> | 31 | #include <cstdlib> |
32 | #include <assert.h> | 32 | #include <cassert> |
33 | #include <stdio.h> | 33 | #include <cstdio> |
34 | #include <iostream> | 34 | #include <iostream> |
35 | #include <X11/Xutil.h> | 35 | #include <X11/Xutil.h> |
36 | 36 | ||