case, caseproto: Implement save and load.
[pspp] / src / libpspp / pxd.h
index 22b34c460630a0e3bd8d9b6f78290fb0d629169e..36c8e5f28bf5d640559b17f4c6617f374bde7f74 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2013 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
@@ -22,7 +22,7 @@
 #include <stddef.h>
 #include <stdint.h>
 
-#include "data/case.h"
+#include "data/casenumber.h"
 #include "libpspp/hmap.h"
 
 struct pxd;