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
This commit is contained in:
parent
d2cbe9abf7
commit
80677ac290
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#if !defined(WIN32) && !defined(__APPLE__)
|
#if !defined(WIN32) && !defined(__APPLE__)
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include "../../FL/Xutf8.h"
|
#include "../../FL/Xutf8.h"
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include "CubeViewUI.h"
|
#include "CubeViewUI.h"
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
#include <FL/Fl_Box.H>
|
#include <FL/Fl_Box.H>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#if !HAVE_GL || !HAVE_GL_GLU_H
|
#if !HAVE_GL || !HAVE_GL_GLU_H
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/fl_message.H>
|
#include <FL/fl_message.H>
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Single_Window.H>
|
#include <FL/Fl_Single_Window.H>
|
||||||
#include <FL/Fl_Hor_Slider.H>
|
#include <FL/Fl_Hor_Slider.H>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
#include <FL/Fl_Hor_Slider.H>
|
#include <FL/Fl_Hor_Slider.H>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// this block added for fltk's distribtion so it will compile w/o OpenGL:
|
// this block added for fltk's distribtion so it will compile w/o OpenGL:
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#if !HAVE_GL || !HAVE_GL_GLU_H
|
#if !HAVE_GL || !HAVE_GL_GLU_H
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/fl_message.H>
|
#include <FL/fl_message.H>
|
||||||
|
@ -44,7 +44,7 @@ int main(int, char**) {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#ifndef Fl_H
|
#ifndef Fl_H
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
#include <FL/Fl_Window.H>
|
#include <FL/Fl_Window.H>
|
||||||
#include <FL/Fl_Hor_Slider.H>
|
#include <FL/Fl_Hor_Slider.H>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
// http://www.fltk.org/str.php
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#if HAVE_PTHREAD || defined(WIN32)
|
#if HAVE_PTHREAD || defined(WIN32)
|
||||||
# include <FL/Fl.H>
|
# include <FL/Fl.H>
|
||||||
|
Loading…
Reference in New Issue
Block a user