Fix include order.

(cherry-pick of commit: 79f2b33594)

Test: builds
Change-Id: I865044c8c54591582e7bb1b7a055cf7ba2f17464
This commit is contained in:
Elliott Hughes 2016-11-10 19:22:18 -08:00 committed by dcashman
parent baccc40841
commit 99dae54874
1 changed files with 1 additions and 1 deletions

View File

@ -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"