From 33825df108e2a1c521015ddd5578f796569cd832 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 16 Jan 2020 15:59:00 +0100 Subject: Don't include 'src/flstring.h' in menubar demo src/flstring.h should only be used in library code because it includes . Document this fact in src/flstring.h. --- test/menubar.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/menubar.cxx b/test/menubar.cxx index 438709e6b..2dca71707 100644 --- a/test/menubar.cxx +++ b/test/menubar.cxx @@ -3,7 +3,7 @@ // // Menubar test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2018 by Bill Spitzak and others. +// Copyright 1998-2020 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -29,7 +29,6 @@ #include #include #include -#include "../src/flstring.h" #include #include #include -- cgit v1.2.3