r221: *** empty log message ***
[ctsim.git] / include / ct.h
index 8750cab54e24cc192f5342d24e99c45fba7f704b..99d20131fd2cca2742eed7dc39288108a389a8a0 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ct.h,v 1.34 2000/11/28 14:54:07 kevin Exp $
+**  $Id: ct.h,v 1.35 2000/11/28 15:37:52 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #include <exception>
 #include <stdexcept>
 #include <memory>
+#include <cstring>
+#include <cstddef>
+#include <cstdarg>
+#include <cstdlib>
 
 #define __MATH_H__ 1
 
@@ -77,18 +81,7 @@ extern "C" {
 #endif
 #endif
 
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
-#ifdef HAVE_STDDEF_H
-#include <stddef.h>
-#endif
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-#ifdef HAVE_STDARG_H
-#include <stdarg.h>
-#endif
+
 #ifdef  HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif
@@ -134,6 +127,19 @@ extern "C" {
 #ifdef HAVE_STDIO_H
 #include <stdio.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STDDEF_H
+#include <stddef.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_STDARG_H
+#include <stdarg.h>
+#endif
+
 #endif
 
 #ifdef HAVE_FFTW