Fix typos in comments: s/it's/its/ and related corrections.
[libfirm] / include / libfirm / adt / obst.h
index 790cc32..b49e36a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -26,7 +26,7 @@
 #ifndef FIRM_ADT_OBST_H
 #define FIRM_ADT_OBST_H
 
-#include <obstack.h>
+#include "obstack.h"
 #include "xmalloc.h"
 
 #define obstack_chunk_alloc xmalloc