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