Skip to content

Commit

Permalink
DiffWrapper.cpp: Remove unnecessary #include
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 7, 2023
1 parent 1af1103 commit 1e205ae
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions Src/DiffWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,9 @@
#include "pch.h"
#define NOMINMAX
#include "DiffWrapper.h"
#include <algorithm>
#include <string>
#include <cctype>
#include <cwctype>
#include <map>
#include <cassert>
#include <exception>
#include <vector>
#include <list>
#include <tuple>
#include <Poco/Format.h>
#include <Poco/Debugger.h>
#include <Poco/StringTokenizer.h>
#include <exception>
#include <Poco/Exception.h>
#include "DiffContext.h"
#include "coretools.h"
#include "DiffList.h"
#include "MovedLines.h"
Expand All @@ -36,7 +24,7 @@
#include "paths.h"
#include "CompareOptions.h"
#include "FileTextStats.h"
#include "FolderCmp.h"
#include "DiffFileData.h"
#include "Environment.h"
#include "PatchHTML.h"
#include "UnicodeString.h"
Expand All @@ -50,9 +38,6 @@
#include "codepage_detect.h"
#include "cio.h"

using Poco::Debugger;
using Poco::format;
using Poco::StringTokenizer;
using Poco::Exception;

extern int recursive;
Expand Down

0 comments on commit 1e205ae

Please sign in to comment.