diff options
| author | Andres Freund | 2019-08-16 17:35:31 +0000 |
|---|---|---|
| committer | Andres Freund | 2019-08-16 17:35:31 +0000 |
| commit | fb3b098fe88441f9531a5169008ea17eac01301f (patch) | |
| tree | f8187a24a1d6c7962d387f14398fee2f00b46db1 /src/include/utils/formatting.h | |
| parent | 6a04d345fd8094058f08344af93022566222733a (diff) | |
Remove fmgr.h includes from headers that don't really need it.
Most of the fmgr.h includes were obsoleted by 352a24a1f9d6f7d4abb1. A
few others can be obsoleted using the underlying struct type in an
implementation detail.
Author: Andres Freund
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/utils/formatting.h')
| -rw-r--r-- | src/include/utils/formatting.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index 741c5f4809f..0117144779e 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -17,8 +17,6 @@ #ifndef _FORMATTING_H_ #define _FORMATTING_H_ -#include "fmgr.h" - extern char *str_tolower(const char *buff, size_t nbytes, Oid collid); extern char *str_toupper(const char *buff, size_t nbytes, Oid collid); |
