summaryrefslogtreecommitdiff
path: root/cgpt/cmd_find.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_find.c')
-rw-r--r--cgpt/cmd_find.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cgpt/cmd_find.c b/cgpt/cmd_find.c
index 4b2964d4..1a3dc696 100644
--- a/cgpt/cmd_find.c
+++ b/cgpt/cmd_find.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 <getopt.h>
#include <string.h>
-#include "cgpt_params.h"
+#include "cgpt.h"
+#include "vboot_host.h"
static void Usage(void)
{