diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 11:08:30 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 11:08:59 +0100 |
| commit | d93fc2bfa6b3bd5c33912e2eaaa2d42dfd5f473f (patch) | |
| tree | 926722c82c5cda56e6641202a3e07336275243b8 /src/gl_draw.cxx | |
| parent | 06793c50fb99366a1008ea601c218b1cb6de0bf4 (diff) | |
Use <config.h> when appropriate.
Diffstat (limited to 'src/gl_draw.cxx')
| -rw-r--r-- | src/gl_draw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 125e68c31..234edf275 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -29,7 +29,7 @@ get_list(), gl_bitmap_font() and draw_string_legacy() for the platform's Fl_XXX_Gl_Window_Driver. */ -#include "config_lib.h" +#include <config.h> #if HAVE_GL || defined(FL_DOXYGEN) |
