summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/multiframe_builder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/multiframe_builder_test.cc')
-rw-r--r--src/components/protocol_handler/test/multiframe_builder_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/protocol_handler/test/multiframe_builder_test.cc b/src/components/protocol_handler/test/multiframe_builder_test.cc
index f919ec92af..2859aeb8ae 100644
--- a/src/components/protocol_handler/test/multiframe_builder_test.cc
+++ b/src/components/protocol_handler/test/multiframe_builder_test.cc
@@ -29,12 +29,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "gtest/gtest.h"
-#include <vector>
-#include <map>
#include <algorithm>
-#include <utility>
#include <limits>
+#include <map>
+#include <utility>
+#include <vector>
+#include "gtest/gtest.h"
#include "protocol_handler/multiframe_builder.h"