X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=list.hh;fp=list.h;h=d7e9316860bb4e0c70e7bba357eacbb17f46d1e4;hb=03be53bf14d0c2e1e3e19356376491945cdd78c8;hp=91f176d50325afb1153c829223697cbe19203a8b;hpb=bc662e293c854e1bdc9d46e9a410fe220247e6d4;p=chaz%2Frasterize diff --git a/list.h b/list.hh similarity index 95% rename from list.h rename to list.hh index 91f176d..d7e9316 100644 --- a/list.h +++ b/list.hh @@ -5,10 +5,10 @@ * mcgarvey@eng.utah.edu */ -#ifndef _LIST_H_ -#define _LIST_H_ +#ifndef _LIST_HH_ +#define _LIST_HH_ -#include "common.h" +#include "common.hh" /* @@ -109,5 +109,5 @@ void list_destroy(list_t** l) void list_reverse(list_t** l); -#endif // _LIST_H_ +#endif // _LIST_HH_