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

Commit 79f2b335 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix include order.

Test: builds
Change-Id: I865044c8c54591582e7bb1b7a055cf7ba2f17464
parent 29c42c67
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 <libgen.h>
#include <paths.h>
#include <signal.h>
@@ -50,6 +49,7 @@
#include <cutils/sockets.h>
#include <private/android_filesystem_config.h>

#include <fstream>
#include <memory>

#include "action.h"