Fix include order.

am: 99dae54874

Change-Id: I1fab81b85b424d664ddc5dd2f277c60d7eafcb1e
This commit is contained in:
Elliott Hughes 2016-12-14 17:43:41 +00:00 committed by android-build-merger
commit ac62fa1a40
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"