drm_hwcomposer: use CamelCase in source/header files related to class
Main goal is to increase readability of file names.
AOSP uses camelcase for files in many projects.
Lets do the same for drm_hwcomposer.
Keep platform/ directory as is, since class names is different from file names.
Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
Change-Id: I7e992357851c2a86711f4da1241c4d507359e56b
diff --git a/tests/worker_test.cpp b/tests/worker_test.cpp
index ba89b6f..cb6275e 100644
--- a/tests/worker_test.cpp
+++ b/tests/worker_test.cpp
@@ -1,4 +1,4 @@
-#include "utils/worker.h"
+#include "utils/Worker.h"
#include <gtest/gtest.h>
#include <hardware/hardware.h>