Fix include order.
Test: builds Change-Id: I865044c8c54591582e7bb1b7a055cf7ba2f17464
This commit is contained in:
parent
29c42c6707
commit
79f2b33594
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue