Browse Source

filesys/romfs: Remove unused includes

These inclusions aren't used at all within the public interface, so they
can be removed.
pull/15/merge
Lioncash 6 years ago
parent
commit
d66ab2b8aa
  1. 2
      src/core/file_sys/romfs.cpp
  2. 4
      src/core/file_sys/romfs.h

2
src/core/file_sys/romfs.cpp

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <memory>
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/fsmitm_romfsbuild.h"

4
src/core/file_sys/romfs.h

@ -5,10 +5,6 @@
#pragma once
#include <array>
#include <map>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs.h"
namespace FileSys {

Loading…
Cancel
Save