cameraserver_cpp.h: Move stdint.h above the C++ includes.

This commit is contained in:
Peter Johnson
2016-08-26 00:43:03 -07:00
parent 151c89fb5d
commit 2acca6eeb1

View File

@@ -8,12 +8,12 @@
#ifndef CAMERASERVER_CPP_H_
#define CAMERASERVER_CPP_H_
#include <stdint.h>
#include <functional>
#include <string>
#include <vector>
#include <stdint.h>
#include "llvm/SmallVector.h"
#include "llvm/StringRef.h"