Skip to content

Commit

Permalink
[D3D12] Remove command_list.h inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Triang3l committed Nov 6, 2019
1 parent c8f3c93 commit d4a5a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/xenia/gpu/d3d12/deferred_command_list.h
Expand Up @@ -15,7 +15,7 @@
#include <vector>

#include "xenia/base/math.h"
#include "xenia/ui/d3d12/command_list.h"
#include "xenia/ui/d3d12/d3d12_api.h"

namespace xe {
namespace gpu {
Expand Down
1 change: 0 additions & 1 deletion src/xenia/ui/d3d12/d3d12_immediate_drawer.h
Expand Up @@ -14,7 +14,6 @@
#include <memory>
#include <vector>

#include "xenia/ui/d3d12/command_list.h"
#include "xenia/ui/d3d12/d3d12_api.h"
#include "xenia/ui/d3d12/pools.h"
#include "xenia/ui/immediate_drawer.h"
Expand Down

0 comments on commit d4a5a57

Please sign in to comment.