modified to make it work with the ThemeItem.hh -> ThemeItem.cc action

This commit is contained in:
akir 2004-10-21 16:45:30 +00:00
parent a63a27886d
commit 6b541c9162

View file

@ -19,16 +19,16 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Theme.cc,v 1.29 2004/08/31 15:26:39 rathnor Exp $
// $Id: Theme.cc,v 1.30 2004/10/21 16:45:30 akir Exp $
#include "Theme.hh"
#include "XrmDatabaseHelper.hh"
#include "App.hh"
#include "StringUtil.hh"
#include "ThemeItems.hh"
#include "Directory.hh"
#include "I18n.hh"
#include "Image.hh"
#ifdef HAVE_CSTDIO
#include <cstdio>