From 04e438cbad66838724d78ce12f28aff1fb892a63 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Sat, 3 Oct 2020 08:06:26 -0700 Subject: fix include names cppcheck isn't smart enough to recognize these are c++ headers, not c headers. Considering we're already inconsistent about our naming, it's easier to just be consistent, and move the last few files to use .hpp instead of .h. Tested: Code builds, no changes. Signed-off-by: Ed Tanous Change-Id: Ic348d695f8527fa4a0ded53f433e1558c319db40 --- include/kvm_websocket.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/kvm_websocket.hpp') diff --git a/include/kvm_websocket.hpp b/include/kvm_websocket.hpp index 477582a8d3..8bc955db94 100644 --- a/include/kvm_websocket.hpp +++ b/include/kvm_websocket.hpp @@ -1,10 +1,10 @@ #pragma once -#include #include -#include +#include #include #include +#include namespace crow { -- cgit v1.2.3