summaryrefslogtreecommitdiffstats
path: root/src/Config.cc
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-06-05 07:28:26 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-06-05 07:28:26 +0800
commitda7738330638e147deeef0fc53684249c51f494f (patch)
tree0dd9dbe613ce9d0d6fc50c20cc7b079b3aeaac97 /src/Config.cc
parentf01adcdb0a4df396e7c2388f39dff70d1319c098 (diff)
downloadibus-libpinyin-da7738330638e147deeef0fc53684249c51f494f.tar.gz
ibus-libpinyin-da7738330638e147deeef0fc53684249c51f494f.tar.xz
ibus-libpinyin-da7738330638e147deeef0fc53684249c51f494f.zip
Reduce dependency among header files.
Diffstat (limited to 'src/Config.cc')
-rw-r--r--src/Config.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Config.cc b/src/Config.cc
index 4e40fac..5efbdd4 100644
--- a/src/Config.cc
+++ b/src/Config.cc
@@ -18,10 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <boost/bind.hpp>
-#include "Types.h"
#include "Config.h"
-#include "Util.h"
+#include "Types.h"
+#include "Bus.h"
namespace PY {