diff options
Diffstat (limited to 'lisp/cedet/semantic/db-debug.el')
| -rw-r--r-- | lisp/cedet/semantic/db-debug.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/db-debug.el b/lisp/cedet/semantic/db-debug.el index 6db1cbfaae9..52ae605f6a0 100644 --- a/lisp/cedet/semantic/db-debug.el +++ b/lisp/cedet/semantic/db-debug.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; db-debug.el --- Extra level debugging routines for Semantic | 1 | ;;; semantic/db-debug.el --- Extra level debugging routines for Semantic |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -24,7 +24,10 @@ | |||
| 24 | ;; Various routines for debugging SemanticDB issues, or viewing | 24 | ;; Various routines for debugging SemanticDB issues, or viewing |
| 25 | ;; semanticdb state. | 25 | ;; semanticdb state. |
| 26 | 26 | ||
| 27 | (require 'data-debug) | ||
| 27 | (require 'semantic/db) | 28 | (require 'semantic/db) |
| 29 | (require 'semantic/db-mode) | ||
| 30 | (require 'semantic/format) | ||
| 28 | 31 | ||
| 29 | ;;; Code: | 32 | ;;; Code: |
| 30 | ;; | 33 | ;; |
| @@ -105,4 +108,5 @@ | |||
| 105 | 108 | ||
| 106 | 109 | ||
| 107 | (provide 'semantic/db-debug) | 110 | (provide 'semantic/db-debug) |
| 108 | ;;; semanticdb-debug.el ends here | 111 | |
| 112 | ;;; semantic/db-debug.el ends here | ||