1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Revoked dead #include.

This commit is contained in:
Thomas Harte 2017-07-27 07:41:59 -04:00
parent 1a88b62bf7
commit 6f8b558724

View File

@ -9,8 +9,6 @@
#ifndef ClockReceiver_hpp
#define ClockReceiver_hpp
#include <cstdio>
/*!
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.