mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Cleanup a couple unneeded misc component references
This commit is contained in:
parent
86b37c6c11
commit
3f11b6b1ae
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
#ifndef _NIF_RECORD_H_
|
#ifndef _NIF_RECORD_H_
|
||||||
#define _NIF_RECORD_H_
|
#define _NIF_RECORD_H_
|
||||||
|
|
||||||
#include <components/misc/slice_array.hpp>
|
#include <string>
|
||||||
|
|
||||||
namespace Nif
|
namespace Nif
|
||||||
{
|
{
|
||||||
|
|
|
@ -40,7 +40,6 @@ typedef unsigned char ubyte;
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Nif;
|
using namespace Nif;
|
||||||
using namespace Misc;
|
|
||||||
using namespace NifOgre;
|
using namespace NifOgre;
|
||||||
|
|
||||||
NIFLoader& NIFLoader::getSingleton()
|
NIFLoader& NIFLoader::getSingleton()
|
||||||
|
|
Loading…
Reference in a new issue