Code

replace text strings by ints for tools/bounding_box
[inkscape.git] / src / prefix.cpp
index 3c9ec6caea49e4d88d656065d53988dcfa71e759..0814bd53f9172d5ba4ff4fc36f2b17fc1a352f19 100644 (file)
@@ -3,7 +3,7 @@
  * Written by: Mike Hearn <mike@theoretic.com>
  *             Hongli Lai <h.lai@chello.nl>
  * http://autopackage.org/
- * 
+ *
  * This source code is public domain. You can relicense this code
  * under whatever license you want.
  *
     #include <glib.h> //for GThreads
 #endif /* BR_THREADS */
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <limits.h> 
-#include <string.h>
+#include <cstdlib>
+#include <cstdio>
+#include <cstring>
+#include <limits.h>
 #include "prefix.h"
 
 #ifdef __cplusplus