summaryrefslogtreecommitdiff
path: root/rtl/symbian/buildrtl.pp
blob: dd5857a72a494f5622e433b18e4e62c3a69854cd (plain)
1
2
3
4
5
6
7
8
9
10
11
unit buildrtl;

  interface

    uses
      ctypes, strings, classes,
      symbian, uiq, uiqclasses;

  implementation

end.