Fix include order.
(cherry-pick of commit: 79f2b33594
)
Test: builds
Change-Id: I865044c8c54591582e7bb1b7a055cf7ba2f17464
This commit is contained in:
parent
baccc40841
commit
99dae54874
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue