1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

More cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 17:07:40 +00:00
parent 4d5aa343de
commit 773088809d
35 changed files with 84 additions and 80 deletions

View File

@ -9,8 +9,8 @@
#ifndef TRIGGER_H
#define TRIGGER_H
#include "nodes/parsenodes.h"
#include "nodes/execnodes.h"
#include "nodes/parsenodes.h"
typedef uint32 TriggerEvent;