Refactoring and fix to previous commits by me, forgot to actually rename the files before ...

This commit is contained in:
Reijo Tomperi 2008-12-14 22:36:34 +00:00
parent 24c978d5d2
commit 06b8cc48e8
15 changed files with 60 additions and 60 deletions

View File

@ -20,7 +20,7 @@
// Buffer overrun.. // Buffer overrun..
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "CheckBufferOverrun.h" #include "checkbufferoverrun.h"
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>

View File

@ -17,7 +17,7 @@
*/ */
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "CheckClass.h" #include "checkclass.h"
#include <locale> #include <locale>

View File

@ -18,7 +18,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "CheckFunctionUsage.h" #include "checkfunctionusage.h"
#include "tokenize.h" #include "tokenize.h"
#include <sstream> #include <sstream>
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -18,7 +18,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "CheckHeaders.h" #include "checkheaders.h"
#include "tokenize.h" #include "tokenize.h"
#include <algorithm> #include <algorithm>

View File

@ -17,7 +17,7 @@
*/ */
#include "CheckMemoryLeak.h" #include "checkmemoryleak.h"
#include <stdlib.h> // free #include <stdlib.h> // free

View File

@ -18,7 +18,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "CheckOther.h" #include "checkother.h"
#include <list> #include <list>
#include <map> #include <map>

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/ * along with this program. If not, see <http://www.gnu.org/licenses/
*/ */
#include "FileLister.h" #include "filelister.h"
#include <sstream> #include <sstream>
#include <vector> #include <vector>
#include <string> #include <string>