summaryrefslogtreecommitdiff
path: root/Tests/FindProtobuf/Test/main-desc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindProtobuf/Test/main-desc.cxx')
-rw-r--r--Tests/FindProtobuf/Test/main-desc.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tests/FindProtobuf/Test/main-desc.cxx b/Tests/FindProtobuf/Test/main-desc.cxx
index a26e562d5..dc768ab99 100644
--- a/Tests/FindProtobuf/Test/main-desc.cxx
+++ b/Tests/FindProtobuf/Test/main-desc.cxx
@@ -1,11 +1,12 @@
#include <fstream>
-#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
-#include <google/protobuf/dynamic_message.h>
-#include <google/protobuf/text_format.h>
#include <iostream>
#include <string>
+#include <google/protobuf/descriptor.h>
+#include <google/protobuf/dynamic_message.h>
+#include <google/protobuf/text_format.h>
+
int main(int argc, char* argv[])
{
std::ifstream fs;