Regenerated single include

This commit is contained in:
Phil Nash 2012-09-29 20:54:03 +01:00
parent e82b564c3a
commit 9e7e63c687
1 changed files with 17 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* Generated: 2012-09-26 21:42:33.317309
* Generated: 2012-09-29 20:53:48.580228
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -228,11 +228,6 @@ namespace Catch {
struct IGeneratorsForTest;
struct IConfig;
class StreamBufBase : public std::streambuf {
public:
virtual ~StreamBufBase();
};
struct IContext
{
virtual ~IContext();
@ -1098,6 +1093,8 @@ private:
// #included from: catch_totals.hpp
#define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED
#include <cstddef>
namespace Catch {
struct Counts {
@ -2040,6 +2037,19 @@ namespace Catch {
// #included from: catch_stream.hpp
#define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED
// #included from: catch_streambuf.h
#define TWOBLUECUBES_CATCH_STREAMBUF_H_INCLUDED
#include <streambuf>
namespace Catch {
class StreamBufBase : public std::streambuf {
public:
virtual ~StreamBufBase();
};
}
#include <stdexcept>
#include <cstdio>
@ -5480,6 +5490,7 @@ namespace Catch {
#define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED
#include <sstream>
#include <iostream>
#include <string>
#include <vector>