Mercurial > hg > easaier-soundaccess
comparison base/StorageAdviser.cpp @ 187:be6f263fa0ab
Change include order to build on Linux
author | lbarthelemy |
---|---|
date | Mon, 26 Nov 2007 17:08:38 +0000 |
parents | fc9323a41f5a |
children |
comparison
equal
deleted
inserted
replaced
186:e841a24915ff | 187:be6f263fa0ab |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include <iostream> | |
17 | |
16 #include "StorageAdviser.h" | 18 #include "StorageAdviser.h" |
17 | 19 |
18 #include "Exceptions.h" | 20 #include "Exceptions.h" |
19 #include "TempDirectory.h" | 21 #include "TempDirectory.h" |
20 | 22 |
21 #include "system/System.h" | 23 #include "system/System.h" |
22 | 24 |
23 #include <iostream> | 25 |
24 | 26 |
25 long StorageAdviser::m_discPlanned = 0; | 27 long StorageAdviser::m_discPlanned = 0; |
26 long StorageAdviser::m_memoryPlanned = 0; | 28 long StorageAdviser::m_memoryPlanned = 0; |
27 | 29 |
28 StorageAdviser::Recommendation | 30 StorageAdviser::Recommendation |