summaryrefslogtreecommitdiff
path: root/cgpt/cgpt_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt_legacy.c')
-rw-r--r--cgpt/cgpt_legacy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cgpt/cgpt_legacy.c b/cgpt/cgpt_legacy.c
index ac2d4f04..932fbb92 100644
--- a/cgpt/cgpt_legacy.c
+++ b/cgpt/cgpt_legacy.c
@@ -2,12 +2,11 @@
// 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 CgptLegacy(CgptLegacyParams *params) {
struct drive drive;