X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fct.h;h=99d20131fd2cca2742eed7dc39288108a389a8a0;hb=75f16c2cce21659cd370b8d3090a6905cbdc6cca;hp=8750cab54e24cc192f5342d24e99c45fba7f704b;hpb=ff9c2e8f6e126acbef08e0dfccc6ea112b44ca41;p=ctsim.git diff --git a/include/ct.h b/include/ct.h index 8750cab..99d2013 100644 --- a/include/ct.h +++ b/include/ct.h @@ -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 @@ -54,6 +54,10 @@ #include #include #include +#include +#include +#include +#include #define __MATH_H__ 1 @@ -77,18 +81,7 @@ extern "C" { #endif #endif -#ifdef HAVE_STRING_H -#include -#endif -#ifdef HAVE_STDDEF_H -#include -#endif -#ifdef HAVE_STDLIB_H -#include -#endif -#ifdef HAVE_STDARG_H -#include -#endif + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -134,6 +127,19 @@ extern "C" { #ifdef HAVE_STDIO_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif +#ifdef HAVE_STDDEF_H +#include +#endif +#ifdef HAVE_STDLIB_H +#include +#endif +#ifdef HAVE_STDARG_H +#include +#endif + #endif #ifdef HAVE_FFTW