summaryrefslogtreecommitdiff
path: root/test/CubeMain.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/CubeMain.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/CubeMain.cxx')
-rw-r--r--test/CubeMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CubeMain.cxx b/test/CubeMain.cxx
index d55987754..b2347c87e 100644
--- a/test/CubeMain.cxx
+++ b/test/CubeMain.cxx
@@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
-#include "config.h"
+#include <config.h>
#include <FL/Fl.H>
#include "CubeViewUI.h"