diff options
author | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-02-27 08:38:54 +0000 |
---|---|---|
committer | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-02-27 08:38:54 +0000 |
commit | 9a699f67cb61521af201ef2276da3706ab900df8 (patch) | |
tree | 7ea2e5ba119e38b07e5e2f19703b4d4b3c99bce5 /TAO/tests/FL_Cube | |
parent | 4f069461636514f96ccd263682f1d3675586b60a (diff) | |
download | ATCD-9a699f67cb61521af201ef2276da3706ab900df8.tar.gz |
ChangeLogTag: Fri Feb 27 08:36:13 UTC 2009 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/tests/FL_Cube')
-rw-r--r-- | TAO/tests/FL_Cube/client.cpp | 6 | ||||
-rw-r--r-- | TAO/tests/FL_Cube/server.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/FL_Cube/test_i.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/FL_Cube/client.cpp b/TAO/tests/FL_Cube/client.cpp index 275cbc8bc45..746b9c64bd9 100644 --- a/TAO/tests/FL_Cube/client.cpp +++ b/TAO/tests/FL_Cube/client.cpp @@ -5,9 +5,9 @@ ACE_RCSID(FL_Cube, client, "$Id$") -#include <FL/Fl.h> -#include <FL/Fl_Window.h> -#include <FL/Fl_Roller.h> +#include <FL/Fl.H> +#include <FL/Fl_Window.H> +#include <FL/Fl_Roller.H> class Client { diff --git a/TAO/tests/FL_Cube/server.cpp b/TAO/tests/FL_Cube/server.cpp index 95638b5fdbd..a1fa8259e32 100644 --- a/TAO/tests/FL_Cube/server.cpp +++ b/TAO/tests/FL_Cube/server.cpp @@ -6,7 +6,7 @@ ACE_RCSID(FL_Cube, server, "$Id$") -#include <FL/Fl.h> +#include <FL/Fl.H> const ACE_TCHAR *ior_output_file = 0; diff --git a/TAO/tests/FL_Cube/test_i.h b/TAO/tests/FL_Cube/test_i.h index f4f97040b86..df7b3e46e23 100644 --- a/TAO/tests/FL_Cube/test_i.h +++ b/TAO/tests/FL_Cube/test_i.h @@ -18,7 +18,7 @@ #include "testS.h" -#include <FL/Fl_Gl_Window.h> +#include <FL/Fl_Gl_Window.H> class Simple_Window : public Fl_Gl_Window |