summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc')
-rw-r--r--src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc b/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc
index 628e9956bb..34cde397aa 100644
--- a/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc
+++ b/src/components/formatters/test/cFormatterJsonSDLRPCv2_test.cc
@@ -30,9 +30,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "gtest/gtest.h"
-#include "formatters/create_smartSchema.h"
#include "formatters/CFormatterJsonSDLRPCv2.h"
+#include "formatters/create_smartSchema.h"
+#include "gtest/gtest.h"
namespace test {
namespace components {