mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Remove unused header file tchar.h
This commit is contained in:
parent
34677a5415
commit
b1cd1a9f29
@ -19,7 +19,6 @@
|
||||
|
||||
#include <windows.h>
|
||||
#include <string>
|
||||
#include <tchar.h>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
|
||||
enum LangType {L_TEXT, L_PHP , L_C, L_CPP, L_CS, L_OBJC, L_JAVA, L_RC,\
|
||||
L_HTML, L_XML, L_MAKEFILE, L_PASCAL, L_BATCH, L_INI, L_ASCII, L_USER,\
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "ReadDirectoryChanges.h"
|
||||
#include "ReadFileChanges.h"
|
||||
#include "fileBrowser.h"
|
||||
#include <tchar.h>
|
||||
#include <unordered_set>
|
||||
#include "Common.h"
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "dpiManager.h"
|
||||
#include "NppDarkMode.h"
|
||||
#include <assert.h>
|
||||
#include <tchar.h>
|
||||
#include <map>
|
||||
#include <array>
|
||||
#include <shlwapi.h>
|
||||
|
@ -59,7 +59,6 @@ distribution.
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
#include <tchar.h>
|
||||
#include "Common.h"
|
||||
|
||||
class TiXmlDocumentA;
|
||||
|
@ -58,7 +58,6 @@ distribution.
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <tchar.h>
|
||||
#include <string>
|
||||
|
||||
#include "Common.h"
|
||||
|
@ -24,7 +24,6 @@ distribution.
|
||||
|
||||
|
||||
#include <sstream>
|
||||
#include <tchar.h>
|
||||
#include "tinyxml.h"
|
||||
|
||||
//#define DEBUG_PARSER
|
||||
|
Loading…
x
Reference in New Issue
Block a user