vlc_common: don't include vlc_tick.h anymore
This is the first step needed to remove the vlc_threads.h
include from vlc_common.h
. That particular include means we need to include config.h
when we want to use vlc_common.h
which is not ideal, especially for external code.