mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-10 17:31:59 +02:00
make all header files self-contained and include it in the source file
Including the header in the source file guarantees matching signatures, thus preventing subtle errors. Self-contained headers document the required headers and makes using it easier to use the header in new source files.
This commit is contained in:
committed by
Amadeusz Sławiński
parent
42745c6ac1
commit
263d9c6c8d
@@ -103,7 +103,7 @@ cat << EOF > kmapdef.c
|
||||
* This file is automagically created from term.c -- DO NOT EDIT
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "kmapdef.h"
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user