summaryrefslogtreecommitdiff
path: root/devel/nqc/patches/patch-compiler_SwitchStmt.h
blob: 982c910e55328aceac4d8633df6e1e03af58cbdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-compiler_SwitchStmt.h,v 1.1 2011/11/25 21:48:02 joerg Exp $

--- compiler/SwitchStmt.h.orig	2011-11-25 20:16:57.000000000 +0000
+++ compiler/SwitchStmt.h
@@ -25,8 +25,6 @@
 #include "Expr.h"
 #endif
 
-#include <vector.h>
-
 class SwitchStmt : public ChainStmt
 {
 public: