Move types.h to misc
This commit is contained in:
parent
eb0e591b25
commit
7425663f16
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "types.h"
|
#include <misc/types.h>
|
||||||
|
|
||||||
#include "memory/mem_device.h"
|
#include "memory/mem_device.h"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <types.h>
|
#include <misc/types.h>
|
||||||
|
|
||||||
class Range {
|
class Range {
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue