Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6508241

Browse files
committed
another include cleaned out
1 parent 87b07a3 commit 6508241

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/include/commands/defrem.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: defrem.h,v 1.2 1996/10/31 09:48:22 scrappy Exp $
9+
* $Id: defrem.h,v 1.3 1996/11/06 07:50:12 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef DEFREM_H
1414
#define DEFREM_H
1515

16-
#include "nodes/pg_list.h"
17-
#include "nodes/primnodes.h"
18-
#include "nodes/parsenodes.h"
19-
#include "tcop/dest.h"
16+
#include <tcop/dest.h>
17+
#include <nodes/parsenodes.h>
2018

2119
/*
2220
* prototypes in defind.c

0 commit comments

Comments
 (0)