X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..bf354396f61a2e1bd5544b67ecde341b6ff9bf35:/demos/dbbrowse/std.h diff --git a/demos/dbbrowse/std.h b/demos/dbbrowse/std.h index 7f15c825e6..e27fecd2ff 100644 --- a/demos/dbbrowse/std.h +++ b/demos/dbbrowse/std.h @@ -3,10 +3,10 @@ //--------------------------------------------------------------------------- //-- all #includes that the whole Project needs. ---------------------------- //--------------------------------------------------------------------------- -#include // to let wxWidgets choose a wxConfig class for your platform -#include // base config class + +#include #include -#include +#include #include #include #include @@ -18,9 +18,10 @@ #include #include #include + //--------------------------- -#include "tabpgwin.h" // Original name : "controlarea.h" -//--------------------------- + +#include "tabpgwin.h" #include "dlguser.h" #include "browsedb.h" #include "dbtree.h" @@ -28,4 +29,5 @@ #include "pgmctrl.h" #include "doc.h" #include "dbbrowse.h" + //---------------------------------------------------------------------------