From 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 20 Mar 2021 21:39:28 +0100 Subject: Remove unnecessary system includes from public headers Add includes of system headers in the implementation files where necessary. --- fluid/ExternalCodeEditor_WIN32.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fluid/ExternalCodeEditor_WIN32.cxx') diff --git a/fluid/ExternalCodeEditor_WIN32.cxx b/fluid/ExternalCodeEditor_WIN32.cxx index b05adc638..695578749 100644 --- a/fluid/ExternalCodeEditor_WIN32.cxx +++ b/fluid/ExternalCodeEditor_WIN32.cxx @@ -3,8 +3,6 @@ // // Note: This entire file Windows only. -#include // snprintf() - #include // Fl_Timeout_Handler.. #include // fl_alert() #include // fl_utf8fromwc() @@ -12,6 +10,9 @@ #include "ExternalCodeEditor_WIN32.h" +#include // snprintf() +#include + extern int G_debug; // defined in fluid.cxx // Static local data -- cgit v1.2.3