aboutsummaryrefslogtreecommitdiff
path: root/modules/theora/video_stream_theora.cpp
diff options
context:
space:
mode:
authorPoommetee Ketson2017-07-22 17:47:04 +0700
committerPoommetee Ketson2017-07-22 18:14:08 +0700
commitc7c65ca6bac04925353db9b3bee4b0cd0b634ac6 (patch)
treef7cf875fa18275e78a215b41baa233b7a768275f /modules/theora/video_stream_theora.cpp
parent0ed59fdf12a8c8b385163c70ace0cd659867c9b1 (diff)
downloadgodot-c7c65ca6bac04925353db9b3bee4b0cd0b634ac6.tar.gz
godot-c7c65ca6bac04925353db9b3bee4b0cd0b634ac6.tar.zst
godot-c7c65ca6bac04925353db9b3bee4b0cd0b634ac6.zip
Clang-formatting *.cpp and *.h (some files excluded)
Diffstat (limited to 'modules/theora/video_stream_theora.cpp')
-rw-r--r--modules/theora/video_stream_theora.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/theora/video_stream_theora.cpp b/modules/theora/video_stream_theora.cpp
index f4af5026d..977062dd1 100644
--- a/modules/theora/video_stream_theora.cpp
+++ b/modules/theora/video_stream_theora.cpp
@@ -29,8 +29,8 @@
/*************************************************************************/
#include "video_stream_theora.h"
-#include "project_settings.h"
#include "os/os.h"
+#include "project_settings.h"
#include "thirdparty/misc/yuv2rgb.h"