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

Commit 137ccbb8 authored by Alex Sakhartchouk's avatar Alex Sakhartchouk
Browse files

Starting to untangle header spaghetti.

Change-Id: I31f38d05dc8b55c659e8c7e9c0a87b94b9ac1db5
parent 3b88729d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <string.h>

#include "RenderScript.h"
#include "rs.h"

bool RenderScript::gInitialized = false;
pthread_mutex_t RenderScript::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <utils/String8.h>
#include <utils/Vector.h>

#include "rs.h"
#include "rsDefines.h"

class Element;
class Type;
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define ANDROID_COMPONENT_H

#include "rsUtils.h"
#include "rsDefines.h"

// ---------------------------------------------------------------------------
namespace android {
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include "rs.h"
#include "rsDevice.h"
#include "rsContext.h"
#include "rsThreadIO.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include "rsComponent.h"
#include "rsUtils.h"
#include "rsDefines.h"
#include "rsObjectBase.h"

// ---------------------------------------------------------------------------
Loading