X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferlist.h;h=aadda105f1726308e0d4824b2bd0b2e86976d962;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=7cf20fae51b07c98d10b62a214166e368a9788c3;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/bufferlist.h b/src/bufferlist.h index 7cf20fae51..aadda105f1 100644 --- a/src/bufferlist.h +++ b/src/bufferlist.h @@ -1,24 +1,25 @@ // -*- C++ -*- /* This file is part of -* ====================================================== -* -* LyX, The Document Processor -* Copyright (C) 1995 Matthias Ettrich -* -* This file is Copyleft (C) 1996 -* Lars Gullik Bjønnes -* -*======================================================*/ - -#ifndef _BUFFER_LIST_H_ -#define _BUFFER_LIST_H_ + * ====================================================== + * + * LyX, The Document Processor + * Copyright 1995 Matthias Ettrich + * Copyright 1995-1999 The LyX Team + * + * This file is Copyright 1996 + * Lars Gullik Bjønnes + * + * ======================================================*/ + +#ifndef BUFFER_LIST_H +#define BUFFER_LIST_H #ifdef __GNUG__ #pragma interface #endif #include "buffer.h" -#include "error.h" +#include "debug.h" /** A class to hold all the buffers in a structure The point of this class is to hide from bufferlist what kind