summaryrefslogtreecommitdiff
path: root/cgpt/cgpt_repair.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt_repair.c')
-rw-r--r--cgpt/cgpt_repair.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgpt/cgpt_repair.c b/cgpt/cgpt_repair.c
index aeac0b93..e591c75b 100644
--- a/cgpt/cgpt_repair.c
+++ b/cgpt/cgpt_repair.c
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cgpt.h"
#include <string.h>
+#include "cgpt.h"
#include "cgptlib_internal.h"
-#include "cgpt_params.h"
+#include "vboot_host.h"
int CgptRepair(CgptRepairParams *params) {
struct drive drive;