snapshot/linux: Fix #includes

From edf4dde8ae10: one #include was missing, and another was sorted
incorrectly.

Change-Id: I77825f3909ae81ebf965f8c5527b44c95af29945
Reviewed-on: https://chromium-review.googlesource.com/734229
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Mark Mentovai 2017-10-23 16:55:34 -04:00
parent aff8d906b6
commit 8b63f1f00a
2 changed files with 2 additions and 1 deletions

View File

@ -24,8 +24,8 @@
#include "build/build_config.h"
#include "snapshot/cpu_context.h"
#include "snapshot/exception_snapshot.h"
#include "snapshot/memory_snapshot.h"
#include "snapshot/linux/process_reader.h"
#include "snapshot/memory_snapshot.h"
#include "util/linux/address_types.h"
#include "util/misc/initialization_state_dcheck.h"

View File

@ -18,6 +18,7 @@
#include <stdint.h>
#include <sys/types.h>
#include "build/build_config.h"
#include "util/linux/traits.h"
namespace crashpad {