diff --git a/trunk/src/utest/srs_utest_config.cpp b/trunk/src/utest/srs_utest_config.cpp index d0822e8b0..ecde08121 100644 --- a/trunk/src/utest/srs_utest_config.cpp +++ b/trunk/src/utest/srs_utest_config.cpp @@ -25,6 +25,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. using namespace std; #include +#include VOID TEST(ConfigTest, CheckMacros) { @@ -157,40 +158,4 @@ VOID TEST(ConfigTest, CheckMacros) #ifndef SRS_CONF_DEFAULT_LOG_TANK_CONSOLE EXPECT_TRUE(false); #endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif -#ifndef xxxxxxxxxxxxxxxxxxxxxxxx - EXPECT_TRUE(false); -#endif }