r109: reorganized header files
[ctsim.git] / libctgraphics / driver_x11.cpp
index c48a4d27fbdf412cab76f0a775533422576f5524..7992ee60b36ffecbaf629dc69080d6b8e8fa48d7 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: driver_x11.cpp,v 1.1 2000/06/19 18:05:03 kevin Exp $
+**  $Id: driver_x11.cpp,v 1.2 2000/06/19 19:04:05 kevin Exp $
 **  $Log: driver_x11.cpp,v $
+**  Revision 1.2  2000/06/19 19:04:05  kevin
+**  reorganized header files
+**
 **  Revision 1.1  2000/06/19 18:05:03  kevin
 **  initial cvs import
 **
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
-#include "kstddef.h"
+#include "ctsupport.h"
 #include "sgp.h"
-#include "kmath.h"
-#include "cio.h"
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>