mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Cleanup a couple unneeded misc component references
This commit is contained in:
parent
86b37c6c11
commit
3f11b6b1ae
@ -24,7 +24,7 @@
|
||||
#ifndef _NIF_RECORD_H_
|
||||
#define _NIF_RECORD_H_
|
||||
|
||||
#include <components/misc/slice_array.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace Nif
|
||||
{
|
||||
|
@ -40,7 +40,6 @@ typedef unsigned char ubyte;
|
||||
|
||||
using namespace std;
|
||||
using namespace Nif;
|
||||
using namespace Misc;
|
||||
using namespace NifOgre;
|
||||
|
||||
NIFLoader& NIFLoader::getSingleton()
|
||||
|
Loading…
Reference in New Issue
Block a user