aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 138af92..e25727f 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Slit.cc,v 1.28 2002/11/27 21:50:09 fluxgen Exp $ 25// $Id: Slit.cc,v 1.29 2002/11/30 20:28:32 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -37,10 +37,10 @@
37 37
38#include "i18n.hh" 38#include "i18n.hh"
39#include "fluxbox.hh" 39#include "fluxbox.hh"
40#include "Image.hh"
41#include "Screen.hh" 40#include "Screen.hh"
42#include "Slit.hh" 41#include "Slit.hh"
43#include "Toolbar.hh" 42#include "Toolbar.hh"
43#include "ImageControl.hh"
44 44
45#include <algorithm> 45#include <algorithm>
46#include <iostream> 46#include <iostream>