diff options
Diffstat (limited to 'Tests/FindProtobuf/Test/main-desc.cxx')
-rw-r--r-- | Tests/FindProtobuf/Test/main-desc.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Tests/FindProtobuf/Test/main-desc.cxx b/Tests/FindProtobuf/Test/main-desc.cxx index a26e562..dc768ab 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; |