You've already forked pgbackrest
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:
@ -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
|
||||
|
Reference in New Issue
Block a user