| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | #include "copyright.h" | |
| 12 | ||
| 13 | #include <signal.h> | |
| 14 | < | |
| 14 | > | #include "pfilt.h" |
| 15 | #include "platform.h" | |
| 16 | – | #include "standard.h" |
| 17 | – | #include "rtio.h" |
| 18 | – | #include "color.h" |
| 19 | – | #include "view.h" |
| 16 | #include "paths.h" | |
| 17 | < | #include "pfilt.h" |
| 22 | < | |
| 17 | > | #include "view.h" |
| 18 | ||
| 19 | #define FEQ(a,b) ((a) >= .98*(b) && (a) <= 1.02*(b)) | |
| 20 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |