Aggregate: Fixed bug when attempting to create duplicate variable
[pspp] / src / language / stats / glm.q
index 1a941152d9fa334d408eb10002314c17febd4049..5f20a2e3f0bf96da24b6a7214d6f0538a475ced9 100644 (file)
 #include <language/data-io/file-handle.h>
 #include <language/lexer/lexer.h>
 #include <libpspp/compiler.h>
-#include <libpspp/hash.h>
 #include <libpspp/message.h>
 #include <math/covariance.h>
-#include <math/coefficient.h>
 #include <math/linreg.h>
 #include <math/moments.h>
 #include <output/tab.h>