[Base] BoundBox etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-02 03:37:09 +01:00
parent 7bb7efc55f
commit 1eeb1fecd0
7 changed files with 14 additions and 24 deletions

View File

@@ -22,19 +22,17 @@
3. This notice may not be removed or altered from any source distribution.
René Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <iostream>
# include <string>
#endif
#include "PreCompiled.h"
#ifndef _PreComp_
# include <string>
#endif
#include "Base64.h"
static const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"