1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-18 23:57:33 +02:00

More C type cleanup.

* Remove typec.h entirely.
* Order all typdefs above local includes.
This commit is contained in:
David Steele
2018-04-06 21:46:45 -04:00
parent f3b56cf8f3
commit e00f2dd4ad
36 changed files with 70 additions and 109 deletions

View File

@ -4,7 +4,7 @@ Checksum Implementation for Data Pages
#ifndef POSTGRES_PAGECHECKSUM_H
#define POSTGRES_PAGECHECKSUM_H
#include "common/typec.h"
#include <stdint.h>
/***********************************************************************************************************************************
Functions