diff --git a/spm.h b/spm.h
index e97b7809949f821db74d640ed203e25d960863a5..8277a83d88c1bb12307abf931b412207fd3c684c 100644
--- a/spm.h
+++ b/spm.h
@@ -34,8 +34,6 @@ struct pastix_spm_s {
     pastix_int_t *loc2glob;  /*< Corresponding numbering from local to global        */
     void         *values;    /*< Values stored in the matrix                         */
 };
-typedef struct pastix_spm_s pastix_spm_t;
-typedef struct pastix_spm_s pastix_csc_t;
 
 int
 csc_load( pastix_int_t  *n,