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

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

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

revision 2894 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  /*  /*
2      Copyright (c) 2014-2016 Christian Schoenebeck      Copyright (c) 2014-2017 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 8  Line 8 
8  #ifndef GIGEDIT_REFERENCESVIEW_H  #ifndef GIGEDIT_REFERENCESVIEW_H
9  #define GIGEDIT_REFERENCESVIEW_H  #define GIGEDIT_REFERENCESVIEW_H
10    
11  #include <gig.h>  #ifdef LIBGIG_HEADER_FILE
12    # include LIBGIG_HEADER_FILE(gig.h)
13    #else
14    # include <gig.h>
15    #endif
16    
17  #include <gtkmm.h>  #include <gtkmm.h>
18  #include "wrapLabel.hh"  #include "wrapLabel.hh"
19  #include "ManagedWindow.h"  #include "ManagedWindow.h"

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

  ViewVC Help
Powered by ViewVC