summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 11:08:30 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 11:08:59 +0100
commitd93fc2bfa6b3bd5c33912e2eaaa2d42dfd5f473f (patch)
tree926722c82c5cda56e6641202a3e07336275243b8 /src/Fl_Device.cxx
parent06793c50fb99366a1008ea601c218b1cb6de0bf4 (diff)
Use <config.h> when appropriate.
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index 30726b181..f977210f8 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -14,8 +14,8 @@
// https://www.fltk.org/bugs.php
//
+#include <config.h>
#include <FL/Fl.H>
-#include "config_lib.h"
#include <FL/Fl_Device.H>
#include <FL/Fl_Graphics_Driver.H>