diff --git a/cpu/cpu.h b/cpu/cpu.h index 494ed83..37860a1 100644 --- a/cpu/cpu.h +++ b/cpu/cpu.h @@ -1,6 +1,6 @@ #pragma once -#include "types.h" +#include #include "memory/mem_device.h" diff --git a/memory/mem_device.h b/memory/mem_device.h index 73bdcb0..a72b994 100644 --- a/memory/mem_device.h +++ b/memory/mem_device.h @@ -1,6 +1,6 @@ #pragma once -#include +#include class Range { private: diff --git a/types.h b/misc/types.h similarity index 100% rename from types.h rename to misc/types.h