mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
cameraserver_cpp.h: Move stdint.h above the C++ includes.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user