tweaks: rename two header files, to be distinct and not an abbreviation

master
Benno Schulenberg 2020-06-20 12:09:31 +02:00
parent 84b187f627
commit 90f6342fd1
18 changed files with 19 additions and 19 deletions

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#ifdef ENABLE_BROWSER

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#ifdef ENABLE_COLOR

View File

@ -20,7 +20,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <string.h>

View File

@ -1,5 +1,5 @@
/**************************************************************************
* nano.h -- This file is part of GNU nano. *
* definitions.h -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <errno.h>
#include <fcntl.h>

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>

View File

@ -20,7 +20,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#ifdef ENABLE_HELP

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#ifdef ENABLE_HISTORIES

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <string.h>

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include "revision.h"
#include <ctype.h>

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <string.h>

View File

@ -1,5 +1,5 @@
/**************************************************************************
* proto.h -- This file is part of GNU nano. *
* prototypes.h -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. *
* *
@ -18,7 +18,7 @@
* *
**************************************************************************/
#include "nano.h"
#include "definitions.h"
/* All external variables. See global.c for their descriptions. */

View File

@ -21,7 +21,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#ifdef ENABLE_NANORC

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <string.h>

View File

@ -23,7 +23,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <errno.h>
#include <fcntl.h>

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include <errno.h>
#ifdef HAVE_PWD_H

View File

@ -19,7 +19,7 @@
* *
**************************************************************************/
#include "proto.h"
#include "prototypes.h"
#include "revision.h"
#include <ctype.h>