Use SafeStringStream instead of std::stringstream to try to fix random crashes on...
[dcpomatic.git] / src / lib / stack.cpp
index 20a5c5be74011d0898282907b12d53c01fa58bb6..167524017a0a2232eca56ff880d0b943e9091dde 100644 (file)
@@ -1,5 +1,3 @@
-/** -*- c-basic-offset: 4; default-tab-width: 4; indent-tabs-mode: nil; -*- */
-
 // Copyright 2007 Edd Dawson.
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -11,7 +9,6 @@
 #include <iomanip>
 #include <ostream>
 #include <stdexcept>
-#include <sstream>
 
 #include "stack.hpp"