Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / libpspp / bt.c
index 997083b1a08fb64271098f1342a126b9ebd0fe6b..4178d1475af769810a3f193d3af3d1afb5c48797 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include <config.h>
 #endif
 
-#include <libpspp/bt.h>
+#include "libpspp/bt.h"
 
 #include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>
 
-#include <libpspp/cast.h>
+#include "libpspp/cast.h"
 
 static void rebalance_subtree (struct bt *, struct bt_node *, size_t);