summaryrefslogtreecommitdiff
path: root/test/cube.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-15 12:11:16 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-15 12:11:16 +0000
commit80677ac2904edf20c75d0d1e65d7ccd39c50ef27 (patch)
treeadcd5e9be12a1da894cb684a43ec624479a0b946 /test/cube.cxx
parentd2cbe9abf72ec8775061c2d6540b1eb3e44b4840 (diff)
Changed all #include "config.h" to #include <config.h>.
This is necessary for out-of-source builds (e.g. CMake) to work correctly. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8033 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/cube.cxx')
-rw-r--r--test/cube.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cube.cxx b/test/cube.cxx
index 511e13799..2e9bf04cf 100644
--- a/test/cube.cxx
+++ b/test/cube.cxx
@@ -27,7 +27,7 @@
// http://www.fltk.org/str.php
//
-#include "config.h"
+#include <config.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>