1/*****************************************************************************
    2 * This file is part of the Prolog Development Tool (PDT)
    3 * 
    4 * WWW: http://sewiki.iai.uni-bonn.de/research/pdt/start
    5 * Mail: pdt@lists.iai.uni-bonn.de
    6 * Copyright (C): 2004-2012, CS Dept. III, University of Bonn
    7 * 
    8 * All rights reserved. This program is  made available under the terms
    9 * of the Eclipse Public License v1.0 which accompanies this distribution,
   10 * and is available at http://www.eclipse.org/legal/epl-v10.html
   11 * 
   12 ****************************************************************************/
   13
   14:- ['metainference/load'].   15:- ['callgraph/load'].   16:- use_module(pdt_entry_points, []).   17:- use_module(pdt_manual_entry, []).   % for quick outline (find_pred/5)
   18:- use_module(properties, []).   19:- use_module('xref/pdt_xref', []).   20:- use_module(pdt_search, []).   21
   22:- use_module(source_files, []).   23:- use_module(pdt_common_reload_hook, []).   24
   25:- ['lgt/loader'].