Remove unused header file tchar.h

This commit is contained in:
Don Ho 2025-05-08 05:01:29 +02:00
parent 34677a5415
commit b1cd1a9f29
7 changed files with 0 additions and 7 deletions

View File

@ -19,7 +19,6 @@
#include <windows.h>
#include <string>
#include <tchar.h>
#include <cstdint>

View File

@ -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,\

View File

@ -26,7 +26,6 @@
#include "ReadDirectoryChanges.h"
#include "ReadFileChanges.h"
#include "fileBrowser.h"
#include <tchar.h>
#include <unordered_set>
#include "Common.h"

View File

@ -28,7 +28,6 @@
#include "dpiManager.h"
#include "NppDarkMode.h"
#include <assert.h>
#include <tchar.h>
#include <map>
#include <array>
#include <shlwapi.h>

View File

@ -59,7 +59,6 @@ distribution.
#include <stdio.h>
#include <assert.h>
#include <string>
#include <tchar.h>
#include "Common.h"
class TiXmlDocumentA;

View File

@ -58,7 +58,6 @@ distribution.
#include <assert.h>
#include <tchar.h>
#include <string>
#include "Common.h"

View File

@ -24,7 +24,6 @@ distribution.
#include <sstream>
#include <tchar.h>
#include "tinyxml.h"
//#define DEBUG_PARSER