From 67dffc89e097da8a5c487d94783e37ac7f161527 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 13 Mar 2016 13:25:34 -0400 Subject: [PATCH] Stripped unnecessary includes. --- Outputs/CRT/CRT.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Outputs/CRT/CRT.hpp b/Outputs/CRT/CRT.hpp index 3391fdc4f..596ccce10 100644 --- a/Outputs/CRT/CRT.hpp +++ b/Outputs/CRT/CRT.hpp @@ -10,10 +10,6 @@ #define CRT_hpp #include -#include -#include -#include -#include #include "CRTTypes.hpp" #include "Internals/Flywheel.hpp"