summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
commit9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 (patch)
treeae604136f508ae331833f2020601488951fa8c03 /src/util.cc
parent468e65a82aa0b4f4bfd82eb98e7f22b130da9f98 (diff)
Don't include config.h everywhere.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util.cc b/src/util.cc
index 11f1402..0cbe25b 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -31,7 +31,7 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
+#include "util.h"
#include <stdio.h>
#include <stdlib.h>
@@ -41,8 +41,6 @@
// For nanosleep
#include <time.h>
-#include "util.h"
-
void *xmalloc(size_t s)
{
void *p;