From 6f8b558724998abe94d2ce3593d6ebb039dfcffa Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 27 Jul 2017 07:41:59 -0400 Subject: [PATCH] Revoked dead #include. --- ClockReceiver/ClockReceiver.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ClockReceiver/ClockReceiver.hpp b/ClockReceiver/ClockReceiver.hpp index ba4aa337a..f3f8c9b4a 100644 --- a/ClockReceiver/ClockReceiver.hpp +++ b/ClockReceiver/ClockReceiver.hpp @@ -9,8 +9,6 @@ #ifndef ClockReceiver_hpp #define ClockReceiver_hpp -#include - /*! Provides a class that wraps a plain int, providing most of the basic arithmetic and Boolean operators, but forcing callers and receivers to be explicit as to usage.