[Project64] Make sure Common is in uppercase

This commit is contained in:
zilmar 2016-01-20 17:09:05 +11:00
parent 6e972c4660
commit 3406831a49
12 changed files with 26 additions and 26 deletions

View File

@ -36,7 +36,7 @@
// * Do NOT send me the whole project or file that you modified. Take out your modified code sections, and tell me where to put them. If people sent the whole thing, I would have many different versions, but no idea how to combine them all.
//
//****************************************************************
#include <common/stdtypes.h>
#include <Common/stdtypes.h>
#include <string.h>
typedef uint32_t wxUint32;

View File

@ -29,7 +29,7 @@
#include "TxDbg.h"
#include <zlib/zlib.h>
#include <Common/path.h>
#include <common/StdString.h>
#include <Common/StdString.h>
TxCache::~TxCache()
{

View File

@ -26,7 +26,7 @@
#include "TxDbg.h"
#include <string.h>
#include <stdarg.h>
#include <common/StdString.h>
#include <Common/StdString.h>
#include <Common/path.h>
TxDbg::TxDbg()

View File

@ -25,8 +25,8 @@
#pragma warning(disable: 4786)
#endif
#include <common/path.h>
#include <common/StdString.h>
#include <Common/path.h>
#include <Common/StdString.h>
#include "TxFilter.h"
#include "TextureFilters.h"
#include "TxDbg.h"

View File

@ -60,8 +60,8 @@
#include "TxDbg.h"
#include <zlib/zlib.h>
#include <string>
#include <common/path.h>
#include <common/StdString.h>
#include <Common/path.h>
#include <Common/StdString.h>
#include <io.h>
TxHiResCache::~TxHiResCache()

View File

@ -33,7 +33,7 @@
#include <zlib/zlib.h>
#include <string>
#include <Common/path.h>
#include <common/StdString.h>
#include <Common/StdString.h>
TxTexCache::~TxTexCache()
{

View File

@ -26,7 +26,7 @@
#include <zlib/zlib.h>
#include <malloc.h>
#include <stdlib.h>
#include <common/stdtypes.h>
#include <Common/stdtypes.h>
/*

View File

@ -1,12 +1,12 @@
#include <windows.h>
#include <common/memtest.h>
#include <common/CriticalSection.h>
#include <common/StdString.h>
#include <common/FileClass.h>
#include <common/LogClass.h>
#include <common/Trace.h>
#include <common/path.h>
#include <common/SmartPointer.h>
#include <common/IniFileClass.h>
#include <common/md5.h>
#include <Common/memtest.h>
#include <Common/CriticalSection.h>
#include <Common/StdString.h>
#include <Common/FileClass.h>
#include <Common/LogClass.h>
#include <Common/Trace.h>
#include <Common/path.h>
#include <Common/SmartPointer.h>
#include <Common/IniFileClass.h>
#include <Common/md5.h>

View File

@ -15,8 +15,8 @@
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#include <common/MemTest.h>
#include <common/CriticalSection.h>
#include <Common/MemTest.h>
#include <Common/CriticalSection.h>
#include <Project64-core/Multilanguage.h>
#include "UserInterface.h"
#include "N64System.h"

View File

@ -31,9 +31,9 @@ extern "C" {
#include "profiling.h"
}
#pragma warning(disable:4786)
#include <common/StdString.h>
#include <common/FileClass.h>
#include <common/LogClass.h>
#include <Common/StdString.h>
#include <Common/FileClass.h>
#include <Common/LogClass.h>
#include <map>
#include <vector>

View File

@ -27,7 +27,7 @@
#ifndef __Types_h
#define __Types_h
#include <common/stdtypes.h>
#include <Common/stdtypes.h>
/*
* pointer to RSP operation code functions or "func"

View File

@ -26,7 +26,7 @@
#include <stdio.h>
#include <windows.h>
#include <common/StdString.h>
#include <Common/StdString.h>
#include <Common/FileClass.h>
#include <Common/LogClass.h>
#include <Common/path.h>