diff options
Diffstat (limited to 'lisp/cedet/semantic/analyze.el')
| -rw-r--r-- | lisp/cedet/semantic/analyze.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/analyze.el b/lisp/cedet/semantic/analyze.el index 63c196af487..2beb41319ea 100644 --- a/lisp/cedet/semantic/analyze.el +++ b/lisp/cedet/semantic/analyze.el @@ -64,14 +64,12 @@ ;; constant. These need to be returned as there would be no ;; other possible completions. ;; -(require 'eieio) (require 'semantic) (require 'semantic/format) (require 'semantic/ctxt) (require 'semantic/sort) (eval-when-compile (require 'semantic/find)) (require 'semantic/scope) -(require 'semantic/tag) (require 'semantic/analyze/fcn) ;;; Code: |
