// You should have received a copy of the GNU General Public License along
// with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
-#include <wx/wx.h>
-
#ifndef DIRS_H
#define DIRS_H
+#include <wx/wx.h>
+
wxString GetUserDir();
wxString GetUserPrefDir();
wxString GetRecoveryDB();
// You should have received a copy of the GNU General Public License along
// with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
+#ifndef IMPORT_IMPORT_H
+#define IMPORT_IMPORT_H
+
#include <iostream>
#include <wx/wx.h>
#include "../frmMain.h"
-#ifndef IMPORT_IMPORT_H
-#define IMPORT_IMPORT_H
-
void ImportRun(frmMain *frmMainPtrInc);
#endif