X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileNameList.h;h=20b6a85af7fd5ad5dfe341d0aa0ed7212649bf0c;hb=351363c599db664d612fbe1b426403f91758de05;hp=6cf61abc5c08038d86eb35f9b14bfc55fe16603f;hpb=52cd35cd5ff366614a1d668a7ede6afa6fa03f5e;p=lyx.git diff --git a/src/support/FileNameList.h b/src/support/FileNameList.h index 6cf61abc5c..20b6a85af7 100644 --- a/src/support/FileNameList.h +++ b/src/support/FileNameList.h @@ -13,7 +13,6 @@ #define FILENAMELIST_H #include "support/FileName.h" -#include "EmbeddedFiles.h" #include @@ -29,10 +28,6 @@ class FileNameList: public std::vector { }; -class EmbeddedFileList: public std::vector -{ -}; - } // namespace support } // namespace lyx