diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:22:36 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:22:36 +0200 |
commit | ecb1524f8da7901338b263384fed3c612f117b4c (patch) | |
tree | e7e06423fe27ea5ab45f27fc4b39ae597ba72490 /ui/folder_pair.h | |
parent | 5.10 (diff) | |
download | FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.gz FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.bz2 FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.zip |
5.11
Diffstat (limited to 'ui/folder_pair.h')
-rw-r--r-- | ui/folder_pair.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/folder_pair.h b/ui/folder_pair.h index 0f8ce3a0..4337efc6 100644 --- a/ui/folder_pair.h +++ b/ui/folder_pair.h @@ -7,17 +7,17 @@ #ifndef FOLDERPAIR_H_INCLUDED #define FOLDERPAIR_H_INCLUDED -#include "../structures.h" -#include "dir_name.h" -#include "../lib/resources.h" -#include "small_dlgs.h" -#include "sync_cfg.h" #include <wx/event.h> -#include <wx+/context_menu.h> #include <wx/menu.h> -#include "../lib/norm_filter.h" +#include <wx+/context_menu.h> #include <wx+/button.h> #include <wx+/image_tools.h> +#include "dir_name.h" +#include "small_dlgs.h" +#include "sync_cfg.h" +#include "../lib/norm_filter.h" +#include "../structures.h" +#include "../lib/resources.h" namespace zen { |