]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormForks.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormForks.C
index 81555e5d9f6c73d378da1b721dc6e080346b899f..b0a23bf87f972e046936a0caf29870b555661c24 100644 (file)
 
 #include "lyx_forms.h"
 
-using namespace lyx::support;
+using lyx::support::split;
+using lyx::support::strToInt;
 
 using std::find;
 using std::find_if;
+using std::string;
 using std::vector;