summaryrefslogtreecommitdiff
path: root/otk/font.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/font.cc')
-rw-r--r--otk/font.cc11
1 files changed, 2 insertions, 9 deletions
diff --git a/otk/font.cc b/otk/font.cc
index 4c3a3476..424c13fb 100644
--- a/otk/font.cc
+++ b/otk/font.cc
@@ -1,15 +1,8 @@
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifdef HAVE_CONFIG_H
-# include "../config.h"
-#endif // HAVE_CONFIG_H
-
-extern "C" {
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif // HAVE_STDLIB_H
-}
+#include "config.h"
+#include <cstdlib>
#include <iostream>
#include <algorithm>