mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-21 14:54:14 +01:00
Changed some include orders
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4072
This commit is contained in:
parent
389281d837
commit
2d1e9d0f47
@ -16,13 +16,13 @@
|
|||||||
* @file CPlugin.cpp
|
* @file CPlugin.cpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <list>
|
|
||||||
#include <string>
|
|
||||||
#include <interface.h>
|
#include <interface.h>
|
||||||
#include <eiface.h>
|
#include <eiface.h>
|
||||||
#include <convar.h>
|
#include <convar.h>
|
||||||
#include "IPluginManager.h"
|
#include "IPluginManager.h"
|
||||||
#include "oslink.h"
|
#include "oslink.h"
|
||||||
|
#include <list>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* History of plugin versions: (M=min, C=current)
|
* History of plugin versions: (M=min, C=current)
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
* ============================
|
* ============================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "concommands.h"
|
#include "concommands.h"
|
||||||
#include "CPlugin.h"
|
#include "CPlugin.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Console Command Implementations
|
* @brief Console Command Implementations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user