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

Commit ac62fa1a authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Fix include order.

am: 99dae548

Change-Id: I1fab81b85b424d664ddc5dd2f277c60d7eafcb1e
parents 877db028 99dae548
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <fstream>
#include <inttypes.h>
#include <libgen.h>
#include <paths.h>
@@ -50,6 +49,7 @@
#include <cutils/sockets.h>
#include <private/android_filesystem_config.h>

#include <fstream>
#include <memory>

#include "action.h"