Some more source organization
This commit is contained in:
parent
ad83b42835
commit
dfbb4a7661
@ -7,7 +7,7 @@
|
||||
|
||||
#include "common.h"
|
||||
#include "TyroApp.h"
|
||||
#include "TabContainer.h"
|
||||
#include "widgets/TabContainer.h"
|
||||
|
||||
class MainFrame: public wxFrame
|
||||
{
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define SFTP_H
|
||||
|
||||
#define LIBSSH_STATIC 1
|
||||
#include "common.h"
|
||||
#include "../common.h"
|
||||
|
||||
// libssh2 includes
|
||||
#include <libssh2.h>
|
@ -1,7 +1,7 @@
|
||||
#ifndef TYROEDIT_PANE_H
|
||||
#define TYROEDIT_PANE_H
|
||||
|
||||
#include "common.h"
|
||||
#include "../common.h"
|
||||
#include <wx/stc/stc.h>
|
||||
|
||||
class EditPane: public wxStyledTextCtrl
|
@ -5,7 +5,7 @@
|
||||
#ifndef TABCONTAINER_H
|
||||
#define TABCONTAINER_H
|
||||
|
||||
#include "common.h"
|
||||
#include "../common.h"
|
||||
|
||||
#include <wx/aui/aui.h>
|
||||
#include "EditPane.h"
|
Loading…
Reference in New Issue
Block a user