From 08749c8e7bf932672e1cf5e1e7830981aeb3b018 Mon Sep 17 00:00:00 2001 From: Kobolog Date: Sun, 17 Jun 2012 02:38:15 +0400 Subject: [PATCH] Removed an unneeded include in tests --- tests/test_router_behavior.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_router_behavior.cpp b/tests/test_router_behavior.cpp index d40b711c..c201abeb 100644 --- a/tests/test_router_behavior.cpp +++ b/tests/test_router_behavior.cpp @@ -21,7 +21,6 @@ #include #include -#include #include "testutil.hpp" int main (int argc, char *argv [])