Skip to content

Commit

Permalink
Redid includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 14, 2009
1 parent 7c7ff66 commit 8ecc604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styler_searchhl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
******************************************************************************/

#include "styler_searchhl.h"

#include "StyleRun.h"
#include "Lines.h"
#include "Document.h"
Expand Down
7 changes: 6 additions & 1 deletion src/styler_searchhl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
#ifndef __STYLER_SEARCHHL_H__
#define __STYLER_SEARCHHL_H__

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

#include "Catalyst.h"
#include "styler.h"

Expand Down

0 comments on commit 8ecc604

Please sign in to comment.