Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove uneeded includes in StringUtils.cpp

Changeset bd71c800ae3f

Parent 63ea114b727f

by Adrian Buehlmann

Changes to one file · Browse files at bd71c800ae3f Showing diff from parent 63ea114b727f Diff from another changeset...

 
19
20
21
22
23
24
25
26
27
28
29
 
19
20
21
 
 
 
 
 
22
23
24
@@ -19,11 +19,6 @@
   #include "StringUtils.h"   -#include <algorithm> -#include <functional> -#include <sstream> -#include <ctype.h> -  // 8-bit safe variants of <ctype> functions    int myisspace(char ch)