1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-21 01:44:46 +01:00

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

@ -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 {