diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-16 15:59:00 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-16 15:59:00 +0100 |
| commit | 33825df108e2a1c521015ddd5578f796569cd832 (patch) | |
| tree | 47783946d56bb8a6216b1b6ae2ed0d78b1fc8815 /test | |
| parent | dfaab4ae9004fa636bb11fdc4846a11a16e81ebb (diff) | |
Don't include 'src/flstring.h' in menubar demo
src/flstring.h should only be used in library code because it
includes <config.h>.
Document this fact in src/flstring.h.
Diffstat (limited to 'test')
| -rw-r--r-- | test/menubar.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 <FL/Fl_Value_Slider.H> #include <stdio.h> #include <stdlib.h> -#include "../src/flstring.h" #include <FL/fl_draw.H> #include <FL/Fl_Simple_Terminal.H> #include <FL/fl_ask.H> |
