summaryrefslogtreecommitdiff
path: root/ccode/valaccodeswitchstatement.vala
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-10-12 20:15:09 +0200
committerJürg Billeter <j@bitron.ch>2009-10-12 20:15:09 +0200
commit5c4bcf9aba99cbb7bd3fd0215750532733b221d1 (patch)
tree37f5587aa06c264cb0f9da0dd10d094a8cdceb10 /ccode/valaccodeswitchstatement.vala
parent04a8e745c78d3d2ccd84574d1a5f91481099cb3f (diff)
downloadvala-5c4bcf9aba99cbb7bd3fd0215750532733b221d1.tar.gz
Do not use Gee namespace to avoid conflict with libgee
Diffstat (limited to 'ccode/valaccodeswitchstatement.vala')
-rw-r--r--ccode/valaccodeswitchstatement.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/ccode/valaccodeswitchstatement.vala b/ccode/valaccodeswitchstatement.vala
index 9bf1d9d1a..04edaf5f7 100644
--- a/ccode/valaccodeswitchstatement.vala
+++ b/ccode/valaccodeswitchstatement.vala
@@ -21,7 +21,6 @@
*/
using GLib;
-using Gee;
/**
* Represents a switch selection statement in the C code.