Mercurial > hg > qm-dsp
comparison base/Window.h @ 489:701233f8ed41
Make include-guards consistent
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 16:48:37 +0100 |
parents | fdaa63607c15 |
children | 3f649fbb1172 |
comparison
equal
deleted
inserted
replaced
488:7992d0923626 | 489:701233f8ed41 |
---|---|
10 published by the Free Software Foundation; either version 2 of the | 10 published by the Free Software Foundation; either version 2 of the |
11 License, or (at your option) any later version. See the file | 11 License, or (at your option) any later version. See the file |
12 COPYING included with this distribution for more information. | 12 COPYING included with this distribution for more information. |
13 */ | 13 */ |
14 | 14 |
15 #ifndef _WINDOW_H_ | 15 #ifndef QM_DSP_WINDOW_H |
16 #define _WINDOW_H_ | 16 #define QM_DSP_WINDOW_H |
17 | 17 |
18 #include <cmath> | 18 #include <cmath> |
19 #include <iostream> | 19 #include <iostream> |
20 #include <map> | 20 #include <map> |
21 #include <vector> | 21 #include <vector> |