summaryrefslogtreecommitdiff
path: root/ACE/tests/FlReactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/FlReactor_Test.cpp')
-rw-r--r--ACE/tests/FlReactor_Test.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/tests/FlReactor_Test.cpp b/ACE/tests/FlReactor_Test.cpp
index 9532b6e0a85..1bc32627bd2 100644
--- a/ACE/tests/FlReactor_Test.cpp
+++ b/ACE/tests/FlReactor_Test.cpp
@@ -35,13 +35,13 @@ ACE_RCSID(tests, FlReactor_Test, "$Id$")
#include "ace/Service_Config.h"
#include "ace/Thread_Manager.h"
-#include /**/ <FL/Fl.h>
-#include /**/ <FL/Fl_Window.h>
-#include /**/ <FL/Fl_Hor_Slider.h>
-#include /**/ <FL/Fl_Box.h>
+#include /**/ <FL/Fl.H>
+#include /**/ <FL/Fl_Window.H>
+#include /**/ <FL/Fl_Hor_Slider.H>
+#include /**/ <FL/Fl_Box.H>
#include /**/ <FL/math.h>
#include /**/ <FL/gl.h>
-#include /**/ <FL/Fl_Gl_Window.h>
+#include /**/ <FL/Fl_Gl_Window.H>
class Test_Window : public Fl_Gl_Window
{