1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +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

@ -2,6 +2,7 @@
Archive Push Command
***********************************************************************************************************************************/
#include <libgen.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@ -12,7 +13,6 @@ Archive Push Command
#include "common/log.h"
#include "common/memContext.h"
#include "common/regExp.h"
#include "common/typec.h"
#include "common/wait.h"
#include "config/config.h"
#include "perl/exec.h"