Move config.h to src/Config.h.

This is a 1.4 compatibility and consistency change.
This commit is contained in:
Patrick Johnmeyer 2013-02-20 00:01:55 -06:00
parent c3aa1e45a8
commit 0f8d425de7
23 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
#include "../config.h"
#include "Config.h"
#ifndef UNITTEST_NO_DEFERRED_REPORTER
#include "XmlTestReporter.h"