Fixing PR feedback

This commit is contained in:
Zoe Roux
2021-07-08 15:49:42 +02:00
parent 8d973739af
commit 96e23e0400
26 changed files with 210 additions and 211 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Created by anonymus-raccoon on 3/20/20.
//
#include "../Models/Ints.hpp"
#include "Models/Ints.hpp"
#include "CPU.hpp"
namespace ComSquare::CPU
@@ -3,8 +3,8 @@
//
#include <iostream>
#include "../../Models/Ints.hpp"
#include "../CPU.hpp"
#include "Models/Ints.hpp"
#include "CPU/CPU.hpp"
namespace ComSquare::CPU
{
@@ -2,7 +2,7 @@
// Created by anonymus-raccoon on 2/13/20.
//
#include "../CPU.hpp"
#include "CPU/CPU.hpp"
namespace ComSquare::CPU
{
@@ -3,7 +3,7 @@
//
#include <iostream>
#include "../CPU.hpp"
#include "CPU/CPU.hpp"
namespace ComSquare::CPU
{
@@ -2,7 +2,7 @@
// Created by anonymus-raccoon on 2/13/20.
//
#include "../CPU.hpp"
#include "CPU/CPU.hpp"
namespace ComSquare::CPU
{
@@ -3,7 +3,7 @@
//
#include <iostream>
#include "../CPU.hpp"
#include "CPU/CPU.hpp"
namespace ComSquare::CPU
{