1e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott/* This test purpose is simply to check Standard header independancy that
2e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott * is to say that the header can be included alone without any previous
3e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott * include.
4e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott * Additionnaly, for C Standard headers that STLport expose, it can also be
5e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott * used to check that files included by those headers are compatible with
6e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott * pure C compilers.
7e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott */
8e46c9386c4f79aa40185f79a19fc5b2a7ef528b3Patrick Scott#include <queue>
9