mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-07 03:34:55 +00:00
Fixing PR feedback
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user