Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5a85fb6 authored by Romain Guy's avatar Romain Guy
Browse files

Follow the include style used elsewhere in the library

Change-Id: I14aebdaeb04b6f4c611153ece4ac1f6ad9bfc15f
parent 06578139
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

#define LOG_TAG "OpenGLRenderer"

#include <SkCamera.h>

#include "DisplayListLogBuffer.h"
#include "DisplayListRenderer.h"
#include "Caches.h"
#include "SkCamera.h"

namespace android {
namespace uirenderer {