diff lisp/cedet/semantic/analyze.el @ 104470:6ccad1511df1

Minor whitespace changes and `require' fixes.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 06 Sep 2009 21:22:05 +0000
parents 273e528a9f9b
children 25e047f7f6a2
line wrap: on
line diff
--- a/lisp/cedet/semantic/analyze.el	Sun Sep 06 02:18:37 2009 +0000
+++ b/lisp/cedet/semantic/analyze.el	Sun Sep 06 21:22:05 2009 +0000
@@ -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: