mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
aff8d906b6
commit
8b63f1f00a
@ -24,8 +24,8 @@
|
|||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
#include "snapshot/cpu_context.h"
|
#include "snapshot/cpu_context.h"
|
||||||
#include "snapshot/exception_snapshot.h"
|
#include "snapshot/exception_snapshot.h"
|
||||||
#include "snapshot/memory_snapshot.h"
|
|
||||||
#include "snapshot/linux/process_reader.h"
|
#include "snapshot/linux/process_reader.h"
|
||||||
|
#include "snapshot/memory_snapshot.h"
|
||||||
#include "util/linux/address_types.h"
|
#include "util/linux/address_types.h"
|
||||||
#include "util/misc/initialization_state_dcheck.h"
|
#include "util/misc/initialization_state_dcheck.h"
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "build/build_config.h"
|
||||||
#include "util/linux/traits.h"
|
#include "util/linux/traits.h"
|
||||||
|
|
||||||
namespace crashpad {
|
namespace crashpad {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user