Remove self-include in header

This commit is contained in:
Martin Hořeňovský 2017-11-03 22:34:49 +01:00
parent 19ab2117c5
commit 4f9123dc20
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
#ifndef TWOBLUECUBES_CATCH_RANDOM_NUMBER_GENERATOR_H_INCLUDED
#define TWOBLUECUBES_CATCH_RANDOM_NUMBER_GENERATOR_H_INCLUDED
#include "catch_random_number_generator.h"
#include <algorithm>
namespace Catch {