X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fimport%2Fimport.h;h=625c50cd32769d0c82ca435cfe8974aa95dcf320;hp=09bd1cf4d76170558581df7b94fc8baaabcf3052;hb=fa9edc1e1656e737b9194e54e06043473cad3622;hpb=98526413b5a8d20c826f8a1b4c431749936d3b70 diff --git a/source/import/import.h b/source/import/import.h index 09bd1cf..625c50c 100644 --- a/source/import/import.h +++ b/source/import/import.h @@ -16,14 +16,14 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see +#ifndef IMPORT_IMPORT_H +#define IMPORT_IMPORT_H + #include #include #include "../frmMain.h" -#ifndef IMPORT_IMPORT_H -#define IMPORT_IMPORT_H - void ImportRun(frmMain *frmMainPtrInc); #endif