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

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

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

revision 3067 by schoenebeck, Tue May 3 14:08:34 2016 UTC revision 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2007-2016 Andreas Persson   * Copyright (C) 2007-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 20  Line 20 
20  #ifndef GIGEDIT_H  #ifndef GIGEDIT_H
21  #define GIGEDIT_H  #define GIGEDIT_H
22    
23  #include <gig.h>  #ifdef LIBGIG_HEADER_FILE
24    # include LIBGIG_HEADER_FILE(gig.h)
25    #else
26    # include <gig.h>
27    #endif
28    
29  #include <list>  #include <list>
30  #include <cstddef>  #include <cstddef>

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

  ViewVC Help
Powered by ViewVC