Browse Source

kernel/kernel: Remove unnecessary forward declaration

This is no longer necessary, as ResultVal isn't used anywhere in the
header.
nce_cpp
Lioncash 7 years ago
parent
commit
39dabe1fd9
  1. 3
      src/core/hle/kernel/kernel.h

3
src/core/hle/kernel/kernel.h

@ -8,9 +8,6 @@
#include <unordered_map>
#include "core/hle/kernel/object.h"
template <typename T>
class ResultVal;
namespace Core {
class System;
}

Loading…
Cancel
Save