From 7c3c1727423ad6c0f56ac45ac33f250b4029dc88 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 15 Dec 2000 23:48:25 +0000 Subject: [PATCH] r253: *** empty log message *** --- include/ct.h | 4 ++-- include/{sstream => sstream_subst} | 0 include/transformmatrix.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename include/{sstream => sstream_subst} (100%) diff --git a/include/ct.h b/include/ct.h index 84e139f..16b79a6 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.42 2000/12/06 15:17:51 kevin Exp $ +** $Id: ct.h,v 1.43 2000/12/15 23:48:25 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 @@ -57,7 +57,7 @@ using namespace std; #if defined(MSVC) || HAVE_SSTREAM #include #else -#include +#include #endif #include diff --git a/include/sstream b/include/sstream_subst similarity index 100% rename from include/sstream rename to include/sstream_subst diff --git a/include/transformmatrix.h b/include/transformmatrix.h index 6282b61..bdae6cf 100644 --- a/include/transformmatrix.h +++ b/include/transformmatrix.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: transformmatrix.h,v 1.2 2000/12/06 01:46:43 kevin Exp $ +** $Id: transformmatrix.h,v 1.3 2000/12/15 23:48:25 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 @@ -28,7 +28,7 @@ #ifndef __H_TRANSFORMMATRIX #define __H_TRANSFORMMATRIX -#include +#include class TransformationMatrix2D { public: -- 2.34.1