summaryrefslogtreecommitdiff
path: root/lib/findprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/findprog.h')
-rw-r--r--lib/findprog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/findprog.h b/lib/findprog.h
index e47acc5e4..6223394a4 100644
--- a/lib/findprog.h
+++ b/lib/findprog.h
@@ -1,5 +1,5 @@
/* Locating a program in PATH.
- Copyright (C) 2001-2003, 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2009-2023 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This file is free software: you can redistribute it and/or modify
@@ -18,8 +18,6 @@
#ifndef _FINDPROG_H
#define _FINDPROG_H
-#include <stdbool.h>
-
#ifdef __cplusplus
extern "C" {
#endif