Skip to content

Commit

Permalink
chore: remove Boost.Filesystem header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prcuvu committed Aug 31, 2018
1 parent f773dc7 commit c578997
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion WeaselDeployer/DictManagementDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "DictManagementDialog.h"
#include "Configurator.h"
#include <WeaselUtility.h>
#include <boost/filesystem.hpp>
#include <rime_api.h>

DictManagementDialog::DictManagementDialog()
Expand Down
1 change: 0 additions & 1 deletion WeaselDeployer/UIStyleSettings.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "stdafx.h"
#include "UIStyleSettings.h"
#include <boost/filesystem.hpp>


UIStyleSettings::UIStyleSettings()
Expand Down
4 changes: 2 additions & 2 deletions WeaselSetup/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include <wtl/atlmisc.h>
#include <wtl/atldlgs.h>

#include <boost/filesystem.hpp>

// {A3F4CDED-B1E9-41EE-9CA6-7B4D0DE6CB0A}
extern const GUID c_clsidTextService;

Expand All @@ -47,3 +45,5 @@ extern const GUID GUID_TFCAT_TIPCAP_SYSTRAYSUPPORT;
#endif

// TODO: reference additional headers your program requires here

#include <string>

0 comments on commit c578997

Please sign in to comment.