// -*- C++ -*- /** * \file LIstream.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. */ #ifndef LISTREAM_H #define LISTREAM_H #ifdef HAVE_ISTREAM #include #else #include #endif #endif