Skip to content

Commit

Permalink
Change include style in Document.h; remove includes from IPrintableDo…
Browse files Browse the repository at this point in the history
…cument since it just includes Document.h right away anyway.
  • Loading branch information
adamv committed May 14, 2009
1 parent ba4a6eb commit b0361c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/Document.h
Expand Up @@ -19,9 +19,10 @@
#endif

#include "wx/wxprec.h" // For compilers that support precompilation, includes "wx/wx.h".
#ifdef __WXGTK__
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif

#include "Catalyst.h"
#include "DataText.h"

Expand Down
5 changes: 0 additions & 5 deletions src/IPrintableDocument.h
@@ -1,11 +1,6 @@
#ifndef __IPRINTABLEDOCUMEHT_H__
#define __IPRINTABLEDOCUMEHT_H__

#include "wx/wxprec.h" // For compilers that support precompilation, includes "wx/wx.h".
#ifdef __WXGTK__
#include <wx/wx.h>
#endif

#include "Document.h"

class IPrintableDocument {
Expand Down

0 comments on commit b0361c9

Please sign in to comment.