/[svn]/gigedit/trunk/src/gigedit/dimensionmanager.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/dimensionmanager.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3067 by schoenebeck, Sat Apr 30 14:42:14 2016 UTC revision 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006 - 2016 Andreas Persson   * Copyright (C) 2006 - 2017 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 31  Line 31 
31  #include <gtkmm/scrolledwindow.h>  #include <gtkmm/scrolledwindow.h>
32  #include <gtkmm/checkbutton.h>  #include <gtkmm/checkbutton.h>
33    
34  #include <gig.h>  #ifdef LIBGIG_HEADER_FILE
35    # include LIBGIG_HEADER_FILE(gig.h)
36    #else
37    # include <gig.h>
38    #endif
39    
40  #include <set>  #include <set>
41  #include "ManagedWindow.h"  #include "ManagedWindow.h"
42    

Legend:
Removed from v.3067  
changed lines
  Added in v.3068

  ViewVC Help
Powered by ViewVC