r219: *** empty log message ***
[ctsim.git] / include / ezplot.h
index 1ad8b5246c8f59b9e10606378aab4ef1db76e75b..72153bffaa75b6fbaedef8735e2fe7cf0256569b 100644 (file)
@@ -7,7 +7,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezplot.h,v 1.14 2000/09/04 09:06:46 kevin Exp $
+**  $Id: ezplot.h,v 1.15 2000/11/28 14:54:07 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
 #ifndef __H_EZPLOT
 #define __H_EZPLOT
 
-#include <stdio.h>
+#include <cstdio>
+#include <cctype>
+#include <cmath>
 #include <stddef.h>
-#include <ctype.h>
-#include <math.h>
 #include "ctsupport.h"
 #include "sgp.h"