mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 04:09:42 +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_
|
||||
#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 a new issue