Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 376187 | Differences between
and this patch

Collapse All | Expand All

(-)a/FreeFileSync/Source/ui/small_dlgs.cpp (-1 lines)
Lines 24-30 Link Here
24
#include "gui_generated.h"
24
#include "gui_generated.h"
25
#include "custom_grid.h"
25
#include "custom_grid.h"
26
#include "folder_selector.h"
26
#include "folder_selector.h"
27
#include "version_check.h"
28
#include "../algorithm.h"
27
#include "../algorithm.h"
29
#include "../synchronization.h"
28
#include "../synchronization.h"
30
#include "../lib/help_provider.h"
29
#include "../lib/help_provider.h"
(-)a/FreeFileSync/Source/ui/version_check.cpp (+1 lines)
Lines 18-23 Link Here
18
#include <wx+/image_resources.h>
18
#include <wx+/image_resources.h>
19
#include "../lib/ffs_paths.h"
19
#include "../lib/ffs_paths.h"
20
#include "small_dlgs.h"
20
#include "small_dlgs.h"
21
#include "version_check_impl.h"
21
22
22
23
23
using namespace zen;
24
using namespace zen;
(-)a/FreeFileSync/Source/ui/version_check.h (-1 lines)
Lines 10-16 Link Here
10
#include <functional>
10
#include <functional>
11
#include <memory>
11
#include <memory>
12
#include <wx/window.h>
12
#include <wx/window.h>
13
#include "version_check_impl.h"
14
13
15
namespace zen
14
namespace zen
16
{
15
{

Return to bug 376187